mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
12.22.12-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
454450b81b
commit
b52592a039
@@ -8,14 +8,14 @@ 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 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libstdc++6 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.8.13-2-linux-amd64-debian-11.tar.gz && \
|
||||
echo "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-12.22.12-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "77a5cf9c0d5c0b5906e081536888706c73d52a2329d50d7665d7cc44bd963e8a /tmp/bitnami/pkg/cache/node-12.22.12-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-12.22.12-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-12.22.12-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.13-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 /tmp/bitnami/pkg/cache/python-3.8.13-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-12.22.12-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "77a5cf9c0d5c0b5906e081536888706c73d52a2329d50d7665d7cc44bd963e8a /tmp/bitnami/pkg/cache/node-12.22.12-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-12.22.12-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-12.22.12-150-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 mkdir /.npm && chmod g+rwX /.npm
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
"digest": "77a5cf9c0d5c0b5906e081536888706c73d52a2329d50d7665d7cc44bd963e8a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "12.22.12-0"
|
||||
"version": "12.22.12-150"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-2"
|
||||
"version": "3.8.13-150"
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`17`, `17-debian-11`, `17.9.1`, `17.9.1-debian-11-r4` (17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.9.1-debian-11-r4/17/debian-11/Dockerfile)
|
||||
* [`16`, `16-debian-11`, `16.15.1`, `16.15.1-debian-11-r1` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.15.1-debian-11-r1/16/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.19.3`, `14.19.3-debian-11-r4` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.19.3-debian-11-r4/14/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r3` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-11-r3/12/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r4` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-11-r4/12/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node GitHub repo](https://github.com/bitnami/bitnami-docker-node).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user