3.8.6-debian-10-r85 release

This commit is contained in:
Bitnami Bot
2020-12-16 01:17:13 +00:00
parent 11ae009f4e
commit 2851f5d152
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 build-essential ca-certificates curl git gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps tar unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.6-11-linux-amd64-debian-10.tar.gz && \
echo "c661613f159079615fe4ae9336a19fb89a6b31f03ef3dc8df6c86e4d73f832a5 /tmp/bitnami/pkg/cache/python-3.8.6-11-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.6-11-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.6-11-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.6-12-linux-amd64-debian-10.tar.gz && \
echo "a0d6cb6599c683e02d2d51d94eb0b295ca95d19b9468e1930c61cc34446b8efd /tmp/bitnami/pkg/cache/python-3.8.6-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.6-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.6-12-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" \
BITNAMI_IMAGE_VERSION="3.8.6-debian-10-r84" \
BITNAMI_IMAGE_VERSION="3.8.6-debian-10-r85" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -1,9 +1,9 @@
{
"python": {
"arch": "amd64",
"digest": "c661613f159079615fe4ae9336a19fb89a6b31f03ef3dc8df6c86e4d73f832a5",
"digest": "a0d6cb6599c683e02d2d51d94eb0b295ca95d19b9468e1930c61cc34446b8efd",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.6-11"
"version": "3.8.6-12"
}
}