[bitnami/google-cloud-sdk] Release 0.410.0-debian-11-r0 (#13872)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-15 23:22:53 +01:00
committed by GitHub
parent 9745a5fe40
commit 3d9f418f9a
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.409.0-debian-11-r2" \
org.opencontainers.image.ref.name="0.410.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/google-cloud-sdk" \
org.opencontainers.image.title="google-cloud-sdk" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.409.0"
org.opencontainers.image.version="0.410.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.7.15-2-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.409.0-0-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.410.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
RUN mkdir /.config /.gsutil && chmod g+rwX /.config /.gsutil
RUN mkdir /.local && chmod g+rwX /.local
ENV APP_VERSION="0.409.0" \
ENV APP_VERSION="0.410.0" \
BITNAMI_APP_NAME="google-cloud-sdk" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{
"google-cloud-sdk": {
"arch": "amd64",
"digest": "2b4f5c897b28f59d87d25311f0294a64ed9570047429cfee5a8bd95cb903106a",
"digest": "b22c8bd5be426dccae60b31209cb5cca2c2985644650fe395c3df6ba4085928b",
"distro": "debian-11",
"type": "NAMI",
"version": "0.409.0-0"
"version": "0.410.0-0"
},
"python": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.409.0"
- "0.410.0"
- "latest"