3.9.7-prod-debian-10-r68 release

This commit is contained in:
Bitnami Bot 2021-11-01 11:19:19 +00:00
parent c317158787
commit e06794c909
3 changed files with 8 additions and 8 deletions

View File

@ -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.7-3-linux-amd64-debian-10.tar.gz && \
echo "ccc457516843a58b42e3ee4259af9e46062f6c00cdc393a34b6d85d5389224f8 /tmp/bitnami/pkg/cache/python-3.9.7-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.7-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.9.7-3-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.7-4-linux-amd64-debian-10.tar.gz && \
echo "a3af57768df44d0e62f108f3ee9324831cdf3e2ab5bdc4b772e95e83032affba /tmp/bitnami/pkg/cache/python-3.9.7-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.7-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.9.7-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-snapshot" \
BITNAMI_IMAGE_VERSION="3.9.7-prod-debian-10-r67" \
BITNAMI_IMAGE_VERSION="3.9.7-prod-debian-10-r68" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@ -1,9 +1,9 @@
{
"python": {
"arch": "amd64",
"digest": "ccc457516843a58b42e3ee4259af9e46062f6c00cdc393a34b6d85d5389224f8",
"digest": "a3af57768df44d0e62f108f3ee9324831cdf3e2ab5bdc4b772e95e83032affba",
"distro": "debian-10",
"type": "NAMI",
"version": "3.9.7-3"
"version": "3.9.7-4"
}
}

View File

@ -37,7 +37,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.7-prod`, `3.9.7-prod-debian-10-r67` (3.9-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python-snapshot/blob/3.9.7-prod-debian-10-r67/3.9-prod/debian-10/Dockerfile)
* [`3.9-prod`, `3.9-prod-debian-10`, `3.9.7-prod`, `3.9.7-prod-debian-10-r68` (3.9-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python-snapshot/blob/3.9.7-prod-debian-10-r68/3.9-prod/debian-10/Dockerfile)
* [`3.9`, `3.9-debian-10`, `3.9.7`, `3.9.7-debian-10-r67` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python-snapshot/blob/3.9.7-debian-10-r67/3.9/debian-10/Dockerfile)
* [`3.8-prod`, `3.8-prod-debian-10`, `3.8.12-prod`, `3.8.12-prod-debian-10-r69` (3.8-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python-snapshot/blob/3.8.12-prod-debian-10-r69/3.8-prod/debian-10/Dockerfile)
* [`3.8`, `3.8-debian-10`, `3.8.12`, `3.8.12-debian-10-r70` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python-snapshot/blob/3.8.12-debian-10-r70/3.8/debian-10/Dockerfile)