mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
16.15.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
3061ecaebe
commit
19357f72f4
@@ -12,17 +12,17 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "a328c8fb3db9e60d3aa19eb7ca31de5da372affcb3d7c0d73610b4a19b634f94 /tmp/bitnami/pkg/cache/python-3.8.13-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.14.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "909790891401f3de89ccd2acc098c547f182b4014c6bfc96f9dca78c731ca336 /tmp/bitnami/pkg/cache/node-16.14.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.14.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.14.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.15.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "547b6960fa7775721e687cb32ab9281c45e776455d05248108c65ade8420e443 /tmp/bitnami/pkg/cache/node-16.15.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.15.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.15.0-0-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 && \
|
||||
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 APP_VERSION="16.14.2" \
|
||||
ENV APP_VERSION="16.15.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "909790891401f3de89ccd2acc098c547f182b4014c6bfc96f9dca78c731ca336",
|
||||
"digest": "547b6960fa7775721e687cb32ab9281c45e776455d05248108c65ade8420e443",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "16.14.2-0"
|
||||
"version": "16.15.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`18`, `18-debian-10`, `18.0.0`, `18.0.0-debian-10-r2` (18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.0.0-debian-10-r2/18/debian-10/Dockerfile)
|
||||
* [`17`, `17-debian-10`, `17.9.0`, `17.9.0-debian-10-r19`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.9.0-debian-10-r19/17/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.14.2`, `16.14.2-debian-10-r41` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.14.2-debian-10-r41/16/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.15.0`, `16.15.0-debian-10-r0` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.15.0-debian-10-r0/16/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.19.1`, `14.19.1-debian-10-r39` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.19.1-debian-10-r39/14/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.22.12`, `12.22.12-debian-10-r21` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-10-r21/12/debian-10/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user