3.9.10-debian-10-r48 release
This commit is contained in:
parent
730f06e116
commit
3d8a084a0c
|
|
@ -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.9.10-25-linux-amd64-debian-10.tar.gz && \
|
||||
echo "31df1e20144b858c7c5e1087e8fe3eb1131fd71bc88039992ee215d39380919d /tmp/bitnami/pkg/cache/python-3.9.10-25-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.10-25-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.10-25-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.10-26-linux-amd64-debian-10.tar.gz && \
|
||||
echo "468f5f418e739b91023156c1f5e71301d2ddd7ea19eec952f750ec23a588ad5e /tmp/bitnami/pkg/cache/python-3.9.10-26-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.10-26-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.10-26-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.9.10-debian-10-r47" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.10-debian-10-r48" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "31df1e20144b858c7c5e1087e8fe3eb1131fd71bc88039992ee215d39380919d",
|
||||
"digest": "468f5f418e739b91023156c1f5e71301d2ddd7ea19eec952f750ec23a588ad5e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.10-25"
|
||||
"version": "3.9.10-26"
|
||||
}
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3.10`, `3.10-debian-10`, `3.10.2`, `3.10.2-debian-10-r49` (3.10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.10.2-debian-10-r49/3.10/debian-10/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-10`, `3.9.10`, `3.9.10-debian-10-r47` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.10-debian-10-r47/3.9/debian-10/Dockerfile)
|
||||
* [`3.9`, `3.9-debian-10`, `3.9.10`, `3.9.10-debian-10-r48` (3.9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.9.10-debian-10-r48/3.9/debian-10/Dockerfile)
|
||||
* [`3.8`, `3.8-debian-10`, `3.8.12`, `3.8.12-debian-10-r187` (3.8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.8.12-debian-10-r187/3.8/debian-10/Dockerfile)
|
||||
* [`3.7`, `3.7-debian-10`, `3.7.12`, `3.7.12-debian-10-r183`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.12-debian-10-r183/3.7/debian-10/Dockerfile)
|
||||
* [`3.6`, `3.6-debian-10`, `3.6.15`, `3.6.15-debian-10-r172` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.15-debian-10-r172/3.6/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue