mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/fluxcd-image-automation-controller] Release 1.2.3-debian-12-r0 (#95547)
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-07T23:32:27Z" \
|
||||
org.opencontainers.image.created="2026-07-13T12:19:01Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-automation-controller/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-automation-controller" \
|
||||
org.opencontainers.image.title="fluxcd-image-automation-controller" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.2.2"
|
||||
org.opencontainers.image.version="1.2.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ 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=( \
|
||||
"fluxcd-image-automation-controller-1.2.2-1-linux-${OS_ARCH}-debian-12" \
|
||||
"fluxcd-image-automation-controller-1.2.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -45,9 +45,9 @@ RUN useradd -r -u 1001 -g root fluxcd-image-automation-controll
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.2.2" \
|
||||
ENV APP_VERSION="1.2.3" \
|
||||
BITNAMI_APP_NAME="fluxcd-image-automation-controller" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/fluxcd-image-automation-controller/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
e1ec3ac07be793ebad22bb0ec6b7d0a045565c0a834ecddb3e470c06352ef396 fluxcd-image-automation-controller-1.2.2-1-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
33a98b5d88672f87f3c25c97ba2791a50b6f65bfdc660a9e3ab942867ade85fd fluxcd-image-automation-controller-1.2.2-1-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
dcb3457b841865b20c56d6e52b8f9ca5c35c4a27d41ca001f55fd8bef46193b3 fluxcd-image-automation-controller-1.2.3-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
559a0fa37de434a8e7477ac9ae9ae8836c31aee19eb568d591fd1a78da620b99 fluxcd-image-automation-controller-1.2.3-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user