mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
2.17.1-debian-10-r9 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar wget zlib1g
|
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar wget zlib1g
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-14-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-15-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "621b9a89fad85e3a042e87de2906b6dcc5f0ed974fca3079b0cbee48ca9c9f03 /tmp/bitnami/pkg/cache/python-3.7.9-14-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "e7e0e1ef5f5269487315ee645261b370b5e2eb9b60f588f2ddb9ddf4cecea5ce /tmp/bitnami/pkg/cache/python-3.7.9-15-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-14-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-15-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-14-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-15-linux-amd64-debian-10.tar.gz
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.17.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.17.1-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "0fe7a113a081cc830cae5c3af8787d873b5b394b884102091ef56b09059d6260 /tmp/bitnami/pkg/cache/azure-cli-2.17.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "0fe7a113a081cc830cae5c3af8787d873b5b394b884102091ef56b09059d6260 /tmp/bitnami/pkg/cache/azure-cli-2.17.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.17.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.17.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
@@ -23,7 +23,7 @@ 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.17.1-debian-10-r8" \
|
BITNAMI_IMAGE_VERSION="2.17.1-debian-10-r9" \
|
||||||
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
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "621b9a89fad85e3a042e87de2906b6dcc5f0ed974fca3079b0cbee48ca9c9f03",
|
"digest": "e7e0e1ef5f5269487315ee645261b370b5e2eb9b60f588f2ddb9ddf4cecea5ce",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.7.9-14"
|
"version": "3.7.9-15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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.17.1`, `2.17.1-debian-10-r8`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.17.1-debian-10-r8/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.17.1`, `2.17.1-debian-10-r9`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.17.1-debian-10-r9/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