mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 04:22:06 +08:00
[bitnami/pinniped] Release 0.47.0-debian-12-r0 (#95340)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -17,7 +17,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=( \
|
||||
"pinniped-0.46.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"pinniped-0.47.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,20 +40,20 @@ ARG TARGETARCH
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-07-08T05:05:18Z" \
|
||||
org.opencontainers.image.created="2026-07-08T23:27:25Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="pinniped" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="0.46.0"
|
||||
org.opencontainers.image.version="0.47.0"
|
||||
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/pinniped/.spdx-pinniped.spdx /opt/bitnami/pinniped/.spdx-pinniped.spdx
|
||||
COPY --from=builder /opt/bitnami/pinniped/bin /opt/bitnami/pinniped/bin
|
||||
COPY --from=builder /opt/bitnami/pinniped/licenses /opt/bitnami/pinniped/licenses
|
||||
|
||||
ENV APP_VERSION="0.46.0" \
|
||||
ENV APP_VERSION="0.47.0" \
|
||||
BITNAMI_APP_NAME="pinniped" \
|
||||
IMAGE_REVISION="4" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/pinniped/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
ea4e33cee5dc1c721b94a99549df83bfef4e4d27cbb91830ad39e89f2b9f2dc7 pinniped-0.46.0-4-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
8d2e6b003b28317db1a83785b77da2563972dad94730335b75d882fe04a32766 pinniped-0.46.0-4-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
3003b882870828a2e4e7aa894d00aebf75476807f31b8010d844f49b82f50626 pinniped-0.47.0-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
9c1e27892d26abdf1a77d175c2d14c94ca21d099163f0b6d5e9feccdb1fc47bf pinniped-0.47.0-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user