3.9.0-prod-debian-10-r44 release
This commit is contained in:
parent
c51e3d9f8e
commit
40c9853656
|
|
@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# 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 wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a0b1c20b0edb91aa84681cbef30d5c21a75807484b2d0205ba7bff0dfb3dff2c /tmp/bitnami/pkg/cache/python-3.9.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.0-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.0-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e5196aa08f4f096b70e066945171d529bee1d8b05aeca788a783b4189c0de5a1 /tmp/bitnami/pkg/cache/python-3.9.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.0-4-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 sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
|
|
@ -19,7 +19,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-prod-debian-10-r43" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-prod-debian-10-r44" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "a0b1c20b0edb91aa84681cbef30d5c21a75807484b2d0205ba7bff0dfb3dff2c",
|
||||
"digest": "e5196aa08f4f096b70e066945171d529bee1d8b05aeca788a783b4189c0de5a1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.0-3"
|
||||
"version": "3.9.0-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -34,7 +34,7 @@ $ docker-compose up -d
|
|||
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/).
|
||||
|
||||
|
||||
* [`3.9-prod`, `3.9-prod-debian-10`, `3.9.0-prod`, `3.9.0-prod-debian-10-r43` (3.9-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.0-prod-debian-10-r43/3.9-prod/debian-10/Dockerfile)
|
||||
* [`3.9-prod`, `3.9-prod-debian-10`, `3.9.0-prod`, `3.9.0-prod-debian-10-r44` (3.9-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.0-prod-debian-10-r44/3.9-prod/debian-10/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-10`, `3.9.0`, `3.9.0-debian-10-r42` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.0-debian-10-r42/3.9/debian-10/Dockerfile)
|
||||
* [`3.8-prod`, `3.8-prod-debian-10`, `3.8.6-prod`, `3.8.6-prod-debian-10-r75` (3.8-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.6-prod-debian-10-r75/3.8-prod/debian-10/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-10`, `3.8.6`, `3.8.6-debian-10-r74` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.6-debian-10-r74/3.8/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue