mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/flux] Release 2.9.3-debian-12-r0 (#95868)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-13T15:11:40Z" \
|
||||
org.opencontainers.image.created="2026-07-23T22:02:46Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/flux/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/flux" \
|
||||
org.opencontainers.image.title="flux" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="2.9.2"
|
||||
org.opencontainers.image.version="2.9.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,8 +28,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"kubectl-1.36.2-1-linux-${OS_ARCH}-debian-12" \
|
||||
"flux-2.9.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"kubectl-1.36.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"flux-2.9.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN useradd -r -u 1001 -g root flux
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="2.9.2" \
|
||||
ENV APP_VERSION="2.9.3" \
|
||||
BITNAMI_APP_NAME="flux" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/flux/bin:$PATH"
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
0d0e39325392c32c0b10554e3550f03fd86e05b599a71d8dd666b61bb2b39f65 flux-2.9.2-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
1a31cc74b9af0fa21d8069ea920e027847d2d7dd3a5d1c106ec9e8917d522458 flux-2.9.2-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
da4a077cb2116625569cea5b5abd2f34b0ce11967c28ebc258800158c190338e flux-2.9.3-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
ad47530e717dd8bd9612695923b6d40710a1dc479eaf438739ee97607ae08d54 flux-2.9.3-0-linux-arm64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
4f4caf4e7c930ee7be5d88a48b1092ba99162c1a89ababa40c067abb04d8ea1a kubectl-1.36.2-1-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
b2e0a82569a97d70a3b04b229de70fe7f2a4644c7d4f6c98ca61b3ba09803203 kubectl-1.36.2-1-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
b2040e31d0eccbd9221ed24cfd552f2aa1eec192c029b8af38006e0c5687cc4c kubectl-1.36.3-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
fe31979f8150be5eefd9af1e19c1dca354c299739c490ff60c912402ed4047cf kubectl-1.36.3-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user