mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 04:22:06 +08:00
[bitnami/fluxcd-notification-controller] Release 1.9.3-debian-12-r0 (#96157)
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
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-07-14T06:46:08Z" \
|
org.opencontainers.image.created="2026-08-07T16:31:08Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller" \
|
||||||
org.opencontainers.image.title="fluxcd-notification-controller" \
|
org.opencontainers.image.title="fluxcd-notification-controller" \
|
||||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||||
org.opencontainers.image.version="1.9.2"
|
org.opencontainers.image.version="1.9.3"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
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}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"fluxcd-notification-controller-1.9.2-1-linux-${OS_ARCH}-debian-12" \
|
"fluxcd-notification-controller-1.9.3-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -45,9 +45,9 @@ RUN useradd -r -u 1001 -g root fluxcd-notification-controller
|
|||||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||||
RUN uninstall_packages curl
|
RUN uninstall_packages curl
|
||||||
|
|
||||||
ENV APP_VERSION="1.9.2" \
|
ENV APP_VERSION="1.9.3" \
|
||||||
BITNAMI_APP_NAME="fluxcd-notification-controller" \
|
BITNAMI_APP_NAME="fluxcd-notification-controller" \
|
||||||
IMAGE_REVISION="2" \
|
IMAGE_REVISION="0" \
|
||||||
PATH="/opt/bitnami/fluxcd-notification-controller/bin:$PATH"
|
PATH="/opt/bitnami/fluxcd-notification-controller/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
84f3cf91fbf150186f49d42b89792d1aa200cc9dd6c0f6234fe38293ebbeeecd fluxcd-notification-controller-1.9.2-1-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
184a8c58c1e4d64d5dd7246764a231b1426613e33b4fd6d006063a202ca711b3 fluxcd-notification-controller-1.9.2-1-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
7f698f4c7dab82fbd261f38c2c897e211f608c79197f83046606264070dcbcaf fluxcd-notification-controller-1.9.3-0-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
580496bf04613af31235e7bccd47ad4bb8aad9bbc58c2c9e2df9b565ac284c24 fluxcd-notification-controller-1.9.3-0-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user