mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 19:47:15 +08:00
[bitnami/google-cloud-sdk] Release 0.415.0-debian-11-r0 (#21628)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.414.0-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="0.415.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.414.0"
|
||||
org.opencontainers.image.version="0.415.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.414.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.415.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.414.0" \
|
||||
ENV APP_VERSION="0.415.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": "a1892abf5211af2f1b32cc3f8c42afa073a4b3ac5573a5581f948020900c9843",
|
||||
"digest": "40440966f5b3153c23c55605f9a686c8e387e04d2aac42849f373b08b400c6fe",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.414.0-0"
|
||||
"version": "0.415.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.414.0"
|
||||
- "0.415.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user