2.37.0-debian-10-r0 release
This commit is contained in:
parent
452efc8860
commit
08b024716b
|
|
@ -13,16 +13,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "3c762deccd57447e5a1f0ae9fb16a664b59739506601dc272d8735f342c6c8cf /tmp/bitnami/pkg/cache/python-3.7.13-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.13-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.13-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.36.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "20d11b68e9eedd4c3c518d8aed40f37f76ece85b3f3ac3cf35cd37420beed39e /tmp/bitnami/pkg/cache/azure-cli-2.36.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.36.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/azure-cli-2.36.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.37.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "fe3bfdd90163a33b0a5194b9774440b707099928fd0dd374c5003f4d02deede5 /tmp/bitnami/pkg/cache/azure-cli-2.37.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.37.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/azure-cli-2.37.0-0-linux-amd64-debian-10.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
|
||||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||
|
||||
ENV APP_VERSION="2.36.0" \
|
||||
ENV APP_VERSION="2.37.0" \
|
||||
BITNAMI_APP_NAME="azure-cli" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"azure-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "20d11b68e9eedd4c3c518d8aed40f37f76ece85b3f3ac3cf35cd37420beed39e",
|
||||
"digest": "fe3bfdd90163a33b0a5194b9774440b707099928fd0dd374c5003f4d02deede5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.36.0-0"
|
||||
"version": "2.37.0-0"
|
||||
},
|
||||
"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-10`, `2.36.0`, `2.36.0-debian-10-r25`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.36.0-debian-10-r25/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.37.0`, `2.37.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.37.0-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/azure-cli GitHub repo](https://github.com/bitnami/bitnami-docker-azure-cli).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue