[bitnami/google-cloud-sdk] Release 0.554.0-debian-12-r1 (#90074)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-28 15:38:58 +01:00
committed by GitHub
parent 6e12fd25d2
commit 111c64ac86

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-01-27T15:54:17Z" \
org.opencontainers.image.created="2026-01-28T14:12:25Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/google-cloud-sdk/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/google-cloud-sdk" \
@@ -50,7 +50,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="0.554.0" \
BITNAMI_APP_NAME="google-cloud-sdk" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
USER 1001