mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
2.14.0-debian-10-r0 release
This commit is contained in:
@@ -13,17 +13,17 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||||||
echo "5354bbff71d7411ddfab40d34bcd73835f61a8ef5172289f898d2abe3f5c021a /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "5354bbff71d7411ddfab40d34bcd73835f61a8ef5172289f898d2abe3f5c021a /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-7-linux-amd64-debian-10.tar.gz
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.12.1-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.14.0-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "9fd9a8b188c75469375b1ee7797cc1a66c92a513d15f0a30c2de27665ff42d13 /tmp/bitnami/pkg/cache/azure-cli-2.12.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "5ff5650d28c27d9faca04c4682128a844ea0ed3eb5eddf4485e8271ae02a0c0d /tmp/bitnami/pkg/cache/azure-cli-2.14.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.12.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.14.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.12.1-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/azure-cli-2.14.0-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="azure-cli" \
|
ENV BITNAMI_APP_NAME="azure-cli" \
|
||||||
BITNAMI_IMAGE_VERSION="2.12.1-debian-10-r29" \
|
BITNAMI_IMAGE_VERSION="2.14.0-debian-10-r0" \
|
||||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"azure-cli": {
|
"azure-cli": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "9fd9a8b188c75469375b1ee7797cc1a66c92a513d15f0a30c2de27665ff42d13",
|
"digest": "5ff5650d28c27d9faca04c4682128a844ea0ed3eb5eddf4485e8271ae02a0c0d",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.12.1-0"
|
"version": "2.14.0-0"
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"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/).
|
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.12.1`, `2.12.1-debian-10-r29`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.12.1-debian-10-r29/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.14.0`, `2.14.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.14.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).
|
Subscribe to project updates by watching the [bitnami/azure-cli GitHub repo](https://github.com/bitnami/bitnami-docker-azure-cli).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user