14.17.0-debian-10-r19 release
This commit is contained in:
parent
7b5d74c9a2
commit
d1d977d228
|
|
@ -17,7 +17,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="14.17.0-debian-10-r18" \
|
||||
BITNAMI_IMAGE_VERSION="14.17.0-debian-10-r19" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`15-prod`, `15-prod-debian-10`, `15.14.0-prod`, `15.14.0-prod-debian-10-r51` (15-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/15.14.0-prod-debian-10-r51/15-prod/debian-10/Dockerfile)
|
||||
* [`15`, `15-debian-10`, `15.14.0`, `15.14.0-debian-10-r52` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/15.14.0-debian-10-r52/15/debian-10/Dockerfile)
|
||||
* [`14-prod`, `14-prod-debian-10`, `14.17.0-prod`, `14.17.0-prod-debian-10-r18` (14-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.17.0-prod-debian-10-r18/14-prod/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.17.0`, `14.17.0-debian-10-r18`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.17.0-debian-10-r18/14/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.17.0`, `14.17.0-debian-10-r19`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.17.0-debian-10-r19/14/debian-10/Dockerfile)
|
||||
* [`12-prod`, `12-prod-debian-10`, `12.22.1-prod`, `12.22.1-prod-debian-10-r52` (12-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.1-prod-debian-10-r52/12-prod/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.22.1`, `12.22.1-debian-10-r50` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.1-debian-10-r50/12/debian-10/Dockerfile)
|
||||
* [`10-prod`, `10-prod-debian-10`, `10.24.1-prod`, `10.24.1-prod-debian-10-r52` (10-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.24.1-prod-debian-10-r52/10-prod/debian-10/Dockerfile)
|
||||
|
|
@ -369,6 +369,8 @@ $ docker-compose up node
|
|||
|
||||
Node.js's 10 upstream branch will go End-of-Life at the end of April 2021 and has now been internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 05-27-2021
|
||||
|
||||
Node.js's 15 upstream branch will go End-of-Life at the end of May 2021 and has now been internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-01-2021
|
||||
|
||||
# Contributing
|
||||
|
||||
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-node/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-node/pulls) with your contribution.
|
||||
|
|
|
|||
Loading…
Reference in New Issue