16.14.0-debian-10-r3 release
This commit is contained in:
parent
c23d3923fe
commit
9eb6cd89aa
|
|
@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "48db897c12810ff5f17a323e9b4a0cc2812e673d66f94feb9d90e3abb28e664b /tmp/bitnami/pkg/cache/python-3.8.12-31-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-31-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-31-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.14.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3a5beb892d8ceff70cc0d7439c8306fda114e4d88d0d89624edf57c1521cda37 /tmp/bitnami/pkg/cache/node-16.14.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.14.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.14.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.14.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4ba92a2b9011da294a8b3e087bce991dadfcc5e52e2adbea1af88bbc8f4909b6 /tmp/bitnami/pkg/cache/node-16.14.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.14.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.14.0-1-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 && \
|
||||
|
|
@ -23,7 +23,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="16.14.0-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="16.14.0-debian-10-r3" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "3a5beb892d8ceff70cc0d7439c8306fda114e4d88d0d89624edf57c1521cda37",
|
||||
"digest": "4ba92a2b9011da294a8b3e087bce991dadfcc5e52e2adbea1af88bbc8f4909b6",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "16.14.0-0"
|
||||
"version": "16.14.0-1"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`17`, `17-debian-10`, `17.5.0`, `17.5.0-debian-10-r0`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.5.0-debian-10-r0/17/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.14.0`, `16.14.0-debian-10-r2` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.14.0-debian-10-r2/16/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.14.0`, `16.14.0-debian-10-r3` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.14.0-debian-10-r3/16/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.19.0`, `14.19.0-debian-10-r10` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.19.0-debian-10-r10/14/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.22.10`, `12.22.10-debian-10-r9` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.10-debian-10-r9/12/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue