mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
2.34.0-debian-10-r1 release
This commit is contained in:
@@ -9,21 +9,21 @@ 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 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar wget zlib1g
|
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 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.12-36-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.12-37-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "73dc62dc970b33015e075a5063476086de5330ce4f06611c14bb4be1c0bee601 /tmp/bitnami/pkg/cache/python-3.7.12-36-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "7bb42e6ee98da00ca0d1f741faed4ab77a193773e1a1d1e08dcc01db4cd02c56 /tmp/bitnami/pkg/cache/python-3.7.12-37-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-36-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-37-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-36-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-37-linux-amd64-debian-10.tar.gz
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/azure-cli-2.34.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.34.0-1-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "dacbb931b34484425396301329388178b2f9c9b5d42c033527e05d8252681be4 /tmp/bitnami/pkg/cache/azure-cli-2.34.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "335ac7da759f6bb08af5b06a8086089063223dad5d7536b4e92df6dc202f4626 /tmp/bitnami/pkg/cache/azure-cli-2.34.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.34.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/azure-cli-2.34.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/azure-cli-2.34.0-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/azure-cli-2.34.0-1-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.34.0-debian-10-r0" \
|
BITNAMI_IMAGE_VERSION="2.34.0-debian-10-r1" \
|
||||||
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,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"azure-cli": {
|
"azure-cli": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "dacbb931b34484425396301329388178b2f9c9b5d42c033527e05d8252681be4",
|
"digest": "335ac7da759f6bb08af5b06a8086089063223dad5d7536b4e92df6dc202f4626",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.34.0-0"
|
"version": "2.34.0-1"
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "73dc62dc970b33015e075a5063476086de5330ce4f06611c14bb4be1c0bee601",
|
"digest": "7bb42e6ee98da00ca0d1f741faed4ab77a193773e1a1d1e08dcc01db4cd02c56",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.7.12-36"
|
"version": "3.7.12-37"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -31,7 +31,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.34.0`, `2.34.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.34.0-debian-10-r0/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.34.0`, `2.34.0-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-azure-cli/blob/2.34.0-debian-10-r1/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