3.8.2-debian-10-r24 release

This commit is contained in:
Bitnami Bot
2020-03-20 20:56:25 +00:00
parent a5f5bdabae
commit 6d9aca8eec
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
FROM bitnami/minideb:buster
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-0-linux-amd64-debian-10.tar.gz && \
@@ -13,9 +14,8 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
COPY rootfs /
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.8.2-debian-10-r23" \
BITNAMI_IMAGE_VERSION="3.8.2-debian-10-r24" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -48,8 +48,8 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`3.8-debian-10`, `3.8.2-debian-10-r24`, `3.8`, `3.8.2` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.2-debian-10-r24/3.8/debian-10/Dockerfile)
* [`3.8-debian-10-prod`, `3.8.2-debian-10-r23-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-r23-prod/3.8-prod/debian-10/Dockerfile)
* [`3.8-debian-10`, `3.8.2-debian-10-r23`, `3.8`, `3.8.2` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.2-debian-10-r23/3.8/debian-10/Dockerfile)
* [`3.7-debian-10-prod`, `3.7.7-debian-10-r9-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-r9-prod/3.7-prod/debian-10/Dockerfile)
* [`3.7-debian-10`, `3.7.7-debian-10-r10`, `3.7`, `3.7.7`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.7-debian-10-r10/3.7/debian-10/Dockerfile)
* [`3.6-debian-10-prod`, `3.6.10-debian-10-r52-prod`, `3.6-prod`, `3.6.10-prod` (3.6-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.10-debian-10-r52-prod/3.6-prod/debian-10/Dockerfile)