[bitnami/google-cloud-sdk] Release 0.460.0-debian-11-r0 (#54864)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-01-18 03:58:52 +01:00
committed by GitHub
parent 89b86b363f
commit 529a35f0a5
5 changed files with 13 additions and 14 deletions

View File

@@ -7,13 +7,13 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2024-01-09T19:31:40Z" \
org.opencontainers.image.created="2024-01-18T01:55:09Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.459.0-debian-11-r0" \
org.opencontainers.image.ref.name="0.460.0-debian-11-r0" \
org.opencontainers.image.title="google-cloud-sdk" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.459.0"
org.opencontainers.image.version="0.460.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -27,7 +27,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.11.7-2-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.459.0-0-linux-${OS_ARCH}-debian-11" \
"google-cloud-sdk-0.460.0-0-linux-${OS_ARCH}-debian-11" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -45,7 +45,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.459.0" \
ENV APP_VERSION="0.460.0" \
BITNAMI_APP_NAME="google-cloud-sdk" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"

View File

@@ -1,7 +0,0 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
google-cloud-sdk:
image: docker.io/bitnami/google-cloud-sdk:0

View File

@@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "0.459.0-0"
"version": "0.460.0-0"
},
"python": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- 0-debian-11
- 0.459.0
- 0.460.0
- latest

View File

@@ -74,6 +74,12 @@ It's possible to load your own configuration, which is useful if you want to con
docker run --rm --name google-cloud-sdk -v /path/to/your/gcloud/config:/.config/gcloud/configurations/config_default bitnami/google-cloud-sdk:latest
```
## Notable Changes
### Starting January 16, 2024
* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.