3.6.12-debian-10-r165 release

This commit is contained in:
Bitnami Bot
2021-02-09 06:37:09 +00:00
parent 84181b9118
commit 0ff8976335
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/bitnami/minideb:buster-snapshot-20210207T205150Z
FROM docker.io/bitnami/minideb:buster-snapshot-20210209T032229Z
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="amd64" \
@@ -12,12 +12,14 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "cc3e62e05463929529214f65cb7922794c758a3db5ca29bf5c9a59fe66e95b80 /tmp/bitnami/pkg/cache/python-3.6.12-10-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.12-10-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.6.12-10-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 && \
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
ENV BITNAMI_APP_NAME="python-snapshot" \
BITNAMI_IMAGE_VERSION="3.6.12-debian-10-r164" \
BITNAMI_IMAGE_VERSION="3.6.12-debian-10-r165" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000