mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 15:17:15 +08:00
[bitnami/azure-cli] Release 2.39.0-debian-11-r11 (#4815)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.39.0-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="2.39.0-debian-11-r11" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \
|
||||
org.opencontainers.image.title="azure-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -24,12 +24,12 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
tar -zxf python-3.7.13-167-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf python-3.7.13-167-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f azure-cli-2.39.0-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/azure-cli-2.39.0-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f azure-cli-2.39.0-3-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/azure-cli-2.39.0-3-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "a5ff2af8f000a36232ee0dddc847ea6c37566d2e67fa3d3adb4239f592640c87 azure-cli-2.39.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf azure-cli-2.39.0-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf azure-cli-2.39.0-2-linux-amd64-debian-11.tar.gz
|
||||
echo "bcda2c8542bab7360ce16f26e5ee9084ecf6a397a9673a35f5affd0e9304db66 azure-cli-2.39.0-3-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf azure-cli-2.39.0-3-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf azure-cli-2.39.0-3-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"azure-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "a5ff2af8f000a36232ee0dddc847ea6c37566d2e67fa3d3adb4239f592640c87",
|
||||
"digest": "bcda2c8542bab7360ce16f26e5ee9084ecf6a397a9673a35f5affd0e9304db66",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.39.0-2"
|
||||
"version": "2.39.0-3"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -28,7 +28,7 @@ $ docker run --name azure-cli bitnami/azure-cli:latest
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.39.0`, `2.39.0-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/azure-cli/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.39.0`, `2.39.0-debian-11-r11`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/azure-cli/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user