mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
3.6.15-debian-10-r166 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.15-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f3265ed4c2af884c3ebf49b9dd1f686e6c1f83998b2f2a477d1447626aa03b1c /tmp/bitnami/pkg/cache/python-3.6.15-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.15-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.6.15-8-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.6.15-9-linux-amd64-debian-10.tar.gz && \
|
||||
echo "02bf6f32640ff387f3a75c5e182a192653a5d5093ab0a525916279858107a558 /tmp/bitnami/pkg/cache/python-3.6.15-9-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.6.15-9-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.6.15-9-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.15-debian-10-r165" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.15-debian-10-r166" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "f3265ed4c2af884c3ebf49b9dd1f686e6c1f83998b2f2a477d1447626aa03b1c",
|
||||
"digest": "02bf6f32640ff387f3a75c5e182a192653a5d5093ab0a525916279858107a558",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.6.15-8"
|
||||
"version": "3.6.15-9"
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`3.9`, `3.9-debian-10`, `3.9.10`, `3.9.10-debian-10-r42` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.10-debian-10-r42/3.9/debian-10/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-10`, `3.8.12`, `3.8.12-debian-10-r182` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.12-debian-10-r182/3.8/debian-10/Dockerfile)
|
||||
* [`3.7`, `3.7-debian-10`, `3.7.12`, `3.7.12-debian-10-r178`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.12-debian-10-r178/3.7/debian-10/Dockerfile)
|
||||
* [`3.6`, `3.6-debian-10`, `3.6.15`, `3.6.15-debian-10-r165` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.15-debian-10-r165/3.6/debian-10/Dockerfile)
|
||||
* [`3.6`, `3.6-debian-10`, `3.6.15`, `3.6.15-debian-10-r166` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.15-debian-10-r166/3.6/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.7.18`, `2.7.18-debian-10-r640` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.18-debian-10-r640/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).
|
||||
|
||||
Reference in New Issue
Block a user