[bitnami/google-cloud-sdk] Release 0.422.0-debian-11-r0 (#27435)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9950b6e7b9
commit
3f7053eb2f
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-14T05:11:22Z" \
|
||||
org.opencontainers.image.created="2023-03-14T19:33:23Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.421.0-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.422.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="google-cloud-sdk" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.421.0"
|
||||
org.opencontainers.image.version="0.422.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-7-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.421.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.422.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.421.0" \
|
||||
ENV APP_VERSION="0.422.0" \
|
||||
BITNAMI_APP_NAME="google-cloud-sdk" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"google-cloud-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "6b4e34146f3eddb56bea377df2c0c2cdf1a4cb329fdd26e4e900f9e129e494da",
|
||||
"digest": "73c5b241124c5a646a740850b77b3cc770e540f85db8e9525250c9f79c74929a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.421.0-0"
|
||||
"version": "0.422.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.421.0
|
||||
- 0.422.0
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
> The Gcloud CLI is a set of command-line tools and libraries for use with Google Cloud. It enables users to access multiple Google Cloud services and products from the command line.
|
||||
|
||||
[Overview of Google Cloud SDK](https://cloud.google.com/sdk/gcloud)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue