2.9.1-debian-10-r14 release
This commit is contained in:
parent
dd3841553f
commit
95c681a4d4
|
|
@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
RUN mkdir /.azure /.azcopy && chmod g+rwX /.azure /.azcopy /bin
|
||||
|
||||
ENV BITNAMI_APP_NAME="azure-cli" \
|
||||
BITNAMI_IMAGE_VERSION="2.9.1-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="2.9.1-debian-10-r14" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1 +1,16 @@
|
|||
{"azure-cli": {"arch": "amd64", "digest": "b5f5f5583df80c4d8a5083e7cef94e5ac80d8ca1550d50f250479d4c0208a58a", "distro": "debian-10", "type": "NAMI", "version": "2.9.1-0"}, "python": {"arch": "amd64", "digest": "057527a1861e006526761e193825f6e0e5dd3388c5184d6e3e2e2ad9a845bc5d", "distro": "debian-10", "type": "NAMI", "version": "3.7.8-4"}}
|
||||
{
|
||||
"azure-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "b5f5f5583df80c4d8a5083e7cef94e5ac80d8ca1550d50f250479d4c0208a58a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.1-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "057527a1861e006526761e193825f6e0e5dd3388c5184d6e3e2e2ad9a845bc5d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.8-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-debian-10`, `2.9.1-debian-10-r13`, `2`, `2.9.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.9.1-debian-10-r13/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.9.1-debian-10-r14`, `2`, `2.9.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.9.1-debian-10-r14/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