[bitnami/google-cloud-sdk] Release 0.416.0-debian-11-r0 (#22444)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-31 23:18:15 +01:00 committed by GitHub
parent 6e924668ee
commit dcafb0596a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.415.0-debian-11-r2" \
org.opencontainers.image.ref.name="0.416.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.415.0"
org.opencontainers.image.version="0.416.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -23,7 +23,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.16-1-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.415.0-0-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.416.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -41,7 +41,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.415.0" \
ENV APP_VERSION="0.416.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": "40440966f5b3153c23c55605f9a686c8e387e04d2aac42849f373b08b400c6fe",
"digest": "da2075f38b2659d6050f94096374dfd53333dd1663293f2eb61614634c46f1d6",
"distro": "debian-11",
"type": "NAMI",
"version": "0.415.0-0"
"version": "0.416.0-0"
},
"python": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.415.0"
- "0.416.0"
- "latest"