14.20.0-debian-11-r0 release
This commit is contained in:
parent
91b72a3348
commit
1cd0255c48
|
|
@ -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-14.19.3-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958 /tmp/bitnami/pkg/cache/node-14.19.3-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-14.19.3-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-14.19.3-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.20.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9 /tmp/bitnami/pkg/cache/node-14.20.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-14.20.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-14.20.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="14.19.3" \
|
||||
ENV APP_VERSION="14.20.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958",
|
||||
"digest": "4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.19.3-150"
|
||||
"version": "14.20.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -44,7 +44,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)
|
||||
* [`14`, `14-debian-11`, `14.19.3`, `14.19.3-debian-11-r13` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.19.3-debian-11-r13/14/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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node GitHub repo](https://github.com/bitnami/bitnami-docker-node).
|
||||
|
|
|
|||
Loading…
Reference in New Issue