3.8.2-debian-10-r79 release

This commit is contained in:
Bitnami Bot
2020-05-08 20:49:19 +00:00
parent f78551de8f
commit 8e68652adf
2 changed files with 6 additions and 6 deletions

View File

@@ -4,10 +4,10 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps sudo unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.2-1-linux-amd64-debian-10.tar.gz && \
echo "f2b2cfb905db1284159ec2268bad4d3c59138a00f33b5710df6d8524d5f44ce7 /tmp/bitnami/pkg/cache/python-3.8.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.2-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.2-2-linux-amd64-debian-10.tar.gz && \
echo "0f37a4fca5eb5c7b4509413594627f32495145c63858f20805d37663f09f2f16 /tmp/bitnami/pkg/cache/python-3.8.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.2-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.2-2-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 && \
@@ -15,7 +15,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.8.2-debian-10-r78" \
BITNAMI_IMAGE_VERSION="3.8.2-debian-10-r79" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -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.8-debian-10`, `3.8.2-debian-10-r78`, `3.8`, `3.8.2` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.2-debian-10-r78/3.8/debian-10/Dockerfile)
* [`3.8-debian-10`, `3.8.2-debian-10-r79`, `3.8`, `3.8.2` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.2-debian-10-r79/3.8/debian-10/Dockerfile)
* [`3.8-debian-10-prod`, `3.8.2-debian-10-r73-prod`, `3.8-prod`, `3.8.2-prod` (3.8-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.2-debian-10-r73-prod/3.8-prod/debian-10/Dockerfile)
* [`3.7-debian-10`, `3.7.7-debian-10-r65`, `3.7`, `3.7.7`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.7-debian-10-r65/3.7/debian-10/Dockerfile)
* [`3.7-debian-10-prod`, `3.7.7-debian-10-r59-prod`, `3.7-prod`, `3.7.7-prod`, `latest-prod` (3.7-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.7-debian-10-r59-prod/3.7-prod/debian-10/Dockerfile)