16.16.0-debian-11-r0 release
This commit is contained in:
parent
4288b8bb3b
commit
0f26018c0b
|
|
@ -11,10 +11,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24 /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.15.1-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "07be725607c92e5adb1a4123d74fac61aa4651dd9df7b94db9ba169b2ee0dfa6 /tmp/bitnami/pkg/cache/node-16.15.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.15.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.15.1-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.16.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "13d52a82069ffc6e8a85ce219c4d4441f831e31f58376e7f8d83dd5d9dceef9e /tmp/bitnami/pkg/cache/node-16.16.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.16.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.16.0-0-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
|
||||
|
|
@ -22,7 +22,7 @@ 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.15.1" \
|
||||
ENV APP_VERSION="16.16.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "07be725607c92e5adb1a4123d74fac61aa4651dd9df7b94db9ba169b2ee0dfa6",
|
||||
"digest": "13d52a82069ffc6e8a85ce219c4d4441f831e31f58376e7f8d83dd5d9dceef9e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.15.1-150"
|
||||
"version": "16.16.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-11`, `18.4.0`, `18.4.0-debian-11-r6`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.4.0-debian-11-r6/18/debian-11/Dockerfile)
|
||||
* [`17`, `17-debian-11`, `17.9.1`, `17.9.1-debian-11-r13` (17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.9.1-debian-11-r13/17/debian-11/Dockerfile)
|
||||
* [`16`, `16-debian-11`, `16.15.1`, `16.15.1-debian-11-r11` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.15.1-debian-11-r11/16/debian-11/Dockerfile)
|
||||
* [`16`, `16-debian-11`, `16.16.0`, `16.16.0-debian-11-r0` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.16.0-debian-11-r0/16/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.20.0`, `14.20.0-debian-11-r0` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.20.0-debian-11-r0/14/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r13` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-11-r13/12/debian-11/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue