3.10.1-prod-debian-10-r23 release
This commit is contained in:
parent
a69c60ffd6
commit
c733c6a4ab
|
|
@ -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.10.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "46a8f4b189947882a04baa0047f27ca8592035c1755913a33db3f31d78f658cc /tmp/bitnami/pkg/cache/python-3.10.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.10.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.10.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.10.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a9b5f82a9173e114eafdd2e72d0d49acf441ea5563c06613bdab5de39cbdcd2e /tmp/bitnami/pkg/cache/python-3.10.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.10.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.10.1-2-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.10.1-prod-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="3.10.1-prod-debian-10-r23" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "46a8f4b189947882a04baa0047f27ca8592035c1755913a33db3f31d78f658cc",
|
||||
"digest": "a9b5f82a9173e114eafdd2e72d0d49acf441ea5563c06613bdab5de39cbdcd2e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.10.1-1"
|
||||
"version": "3.10.1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@ $ docker-compose up -d
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3.10-prod`, `3.10-prod-debian-10`, `3.10.1-prod`, `3.10.1-prod-debian-10-r22` (3.10-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.10.1-prod-debian-10-r22/3.10-prod/debian-10/Dockerfile)
|
||||
* [`3.10-prod`, `3.10-prod-debian-10`, `3.10.1-prod`, `3.10.1-prod-debian-10-r23` (3.10-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.10.1-prod-debian-10-r23/3.10-prod/debian-10/Dockerfile)
|
||||
* [`3.10`, `3.10-debian-10`, `3.10.1`, `3.10.1-debian-10-r23` (3.10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.10.1-debian-10-r23/3.10/debian-10/Dockerfile)
|
||||
* [`3.9-prod`, `3.9-prod-debian-10`, `3.9.9-prod`, `3.9.9-prod-debian-10-r42` (3.9-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.9-prod-debian-10-r42/3.9-prod/debian-10/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-10`, `3.9.9`, `3.9.9-debian-10-r42` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.9-debian-10-r42/3.9/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue