mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/google-cloud-sdk] Release 0.417.0-debian-11-r0 (#23205)
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.416.0-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.417.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.416.0"
|
||||
org.opencontainers.image.version="0.417.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libtinfo6 libtirpc3 procps zlib1g
|
||||
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.416.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"python-3.7.16-2-linux-${OS_ARCH}-debian-11" \
|
||||
"google-cloud-sdk-0.417.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.416.0" \
|
||||
ENV APP_VERSION="0.417.0" \
|
||||
BITNAMI_APP_NAME="google-cloud-sdk" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/google-cloud-sdk/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"google-cloud-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "da2075f38b2659d6050f94096374dfd53333dd1663293f2eb61614634c46f1d6",
|
||||
"digest": "cff1953197d5c0102614277160e2e74de3fc0fdbd6e5a42fe1a60d3e6b3bfd41",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.416.0-0"
|
||||
"version": "0.417.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "be95acaaa21057e30821db263915a7fe6952e3ecd0de12f17cf64d1934411505",
|
||||
"digest": "cb9d5b231827702a9e4881ac14fb537042c72b320d1f681cea8df3b3db048235",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.16-1"
|
||||
"version": "3.7.16-2"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.416.0"
|
||||
- "0.417.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user