mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
3.6.11-debian-10-r28 release
This commit is contained in:
@@ -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.6.11-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "424b40128a6668333b4842f5bad2a003323ceb7088123136af6ac69b8b822529 /tmp/bitnami/pkg/cache/python-3.6.11-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.11-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.6.11-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.6.11-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a41a8e27eba76b322be31dd1e41a00bd9a26b4a5088da7dc984a7c95c6f8eee4 /tmp/bitnami/pkg/cache/python-3.6.11-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.11-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.6.11-4-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.6.11-debian-10-r27" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.11-debian-10-r28" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"python": {"arch": "amd64", "digest": "424b40128a6668333b4842f5bad2a003323ceb7088123136af6ac69b8b822529", "distro": "debian-10", "type": "NAMI", "version": "3.6.11-3"}}
|
||||
{"python": {"arch": "amd64", "digest": "a41a8e27eba76b322be31dd1e41a00bd9a26b4a5088da7dc984a7c95c6f8eee4", "distro": "debian-10", "type": "NAMI", "version": "3.6.11-4"}}
|
||||
Reference in New Issue
Block a user