3.6.13-prod-debian-10-r75 release

This commit is contained in:
Bitnami Bot
2021-05-07 19:17:41 +00:00
parent 45b1ce8f67
commit 2c3fbb1398
3 changed files with 8 additions and 8 deletions

View File

@@ -8,16 +8,16 @@ 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.6.13-4-linux-amd64-debian-10.tar.gz && \
echo "d2bb3809d373b467d43598104236795da9f586c9c3ea528d1062dde436928555 /tmp/bitnami/pkg/cache/python-3.6.13-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.13-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.6.13-4-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.6.13-5-linux-amd64-debian-10.tar.gz && \
echo "9aa9f91f4a9efc8562e966c143d08ea752951ee6033aeb6d81276dfb4a49053e /tmp/bitnami/pkg/cache/python-3.6.13-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.13-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.6.13-5-linux-amd64-debian-10.tar.gz
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" \
BITNAMI_IMAGE_VERSION="3.6.13-prod-debian-10-r74" \
BITNAMI_IMAGE_VERSION="3.6.13-prod-debian-10-r75" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -1,9 +1,9 @@
{
"python": {
"arch": "amd64",
"digest": "d2bb3809d373b467d43598104236795da9f586c9c3ea528d1062dde436928555",
"digest": "9aa9f91f4a9efc8562e966c143d08ea752951ee6033aeb6d81276dfb4a49053e",
"distro": "debian-10",
"type": "NAMI",
"version": "3.6.13-4"
"version": "3.6.13-5"
}
}