mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
3.9.13-debian-11-r18 release
This commit is contained in:
committed by
Bitnami Containers
parent
6e47c2b7d1
commit
cb42440b55
@@ -7,10 +7,10 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages build-essential ca-certificates curl git gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 libtirpc3 pkg-config procps tar unzip wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.13-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8bc1fe71b2fcda926d76852f1c4873ccf34765cded4f0211da7fa87191d8f030 /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.13-153-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7e7787d3443e4ba28d485430cbb548c5c159227b33f2217358c55149d204123d /tmp/bitnami/pkg/cache/python-3.9.13-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-153-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-153-linux-amd64-debian-11.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 && \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "8bc1fe71b2fcda926d76852f1c4873ccf34765cded4f0211da7fa87191d8f030",
|
||||
"digest": "7e7787d3443e4ba28d485430cbb548c5c159227b33f2217358c55149d204123d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.13-152"
|
||||
"version": "3.9.13-153"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user