mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
3.7.10-debian-10-r75 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/bitnami/minideb:buster-snapshot-20210504T212757Z-amd64
|
||||
FROM docker.io/bitnami/minideb:buster-snapshot-20210506T203818Z-amd64
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV OS_ARCH="amd64" \
|
||||
@@ -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.7.10-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "54c60ffdd58972165c52ad0ca62bb708a74c1afd98d622aac5113bb206b7033c /tmp/bitnami/pkg/cache/python-3.7.10-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.10-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.10-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.10-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "134f6de9ef375ef24749de63ae0290e9bedcf21ab97ca0386a052b544862b2d8 /tmp/bitnami/pkg/cache/python-3.7.10-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.10-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.10-5-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-snapshot" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.10-debian-10-r74" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.10-debian-10-r75" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "54c60ffdd58972165c52ad0ca62bb708a74c1afd98d622aac5113bb206b7033c",
|
||||
"digest": "134f6de9ef375ef24749de63ae0290e9bedcf21ab97ca0386a052b544862b2d8",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.10-4"
|
||||
"version": "3.7.10-5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user