[bitnami/pinniped] Release 0.41.0-debian-12-r2 (#86864)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-04 05:34:29 +02:00
committed by GitHub
parent a8eb2e7c14
commit 82934a4b4e

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-04T02:55:15Z" \
org.opencontainers.image.created="2025-10-04T03:28:20Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="pinniped" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/pinniped/licenses /opt/bitnami/pinniped/license
ENV APP_VERSION="0.41.0" \
BITNAMI_APP_NAME="pinniped" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/pinniped/bin:$PATH"
USER 1001