[bitnami/google-cloud-sdk] Release 0.406.0-debian-11-r0 (#10508)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
12bcd5ddb6
commit
dea09b3cec
|
|
@ -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.405.0-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="0.406.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.405.0"
|
||||
org.opencontainers.image.version="0.406.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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.405.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.406.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.405.0" \
|
||||
ENV APP_VERSION="0.406.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": "5be0a1291b6d880ae462f77a976e6f1123133122112c6cae7c96ddd3fa4d4025",
|
||||
"digest": "ec65f7cd9bac267451ab649c0abb888ca7303a5091e2dbc0e0c9690f1099dedd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.405.0-1"
|
||||
"version": "0.406.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.405.0"
|
||||
- "0.406.0"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ $ docker run --rm --name google-cloud-sdk -v /path/to/your/gcloud/config:/.confi
|
|||
|
||||
## 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 submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
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.
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue