[bitnami/rmq-default-credential-updater] Release 1.0.8-debian-12-r2 (#86866)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-04 06:11:42 +02:00
committed by GitHub
parent 282788bb67
commit 60c90db8e3

View File

@@ -40,7 +40,7 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2025-09-04T03:35:44Z" \
org.opencontainers.image.created="2025-10-04T04:05:41Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="rmq-default-credential-updater" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/rmq-default-credential-updater/licenses /opt/bi
ENV APP_VERSION="1.0.8" \
BITNAMI_APP_NAME="rmq-default-credential-updater" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/rmq-default-credential-updater/bin:$PATH"
USER 1001