13.11.0-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2020-03-20 12:38:40 +00:00
parent 563cacb43f
commit 3826638d57
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
FROM bitnami/minideb:buster
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl ghostscript git imagemagick libbz2-1.0 libc6 libgcc1 libncursesw6 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libstdc++6 libtinfo6 pkg-config procps sudo unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-13.11.0-0-linux-amd64-debian-10.tar.gz && \
@@ -13,9 +14,8 @@ 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
COPY rootfs /
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="13.11.0-debian-10-r8" \
BITNAMI_IMAGE_VERSION="13.11.0-debian-10-r9" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
EXPOSE 3000

View File

@@ -42,8 +42,8 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`13-debian-10`, `13.11.0-debian-10-r9`, `13`, `13.11.0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/13.11.0-debian-10-r9/13/debian-10/Dockerfile)
* [`13-debian-10-prod`, `13.11.0-debian-10-r8-prod`, `13-prod`, `13.11.0-prod` (13-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/13.11.0-debian-10-r8-prod/13-prod/debian-10/Dockerfile)
* [`13-debian-10`, `13.11.0-debian-10-r8`, `13`, `13.11.0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/13.11.0-debian-10-r8/13/debian-10/Dockerfile)
* [`12-debian-10-prod`, `12.16.1-debian-10-r32-prod`, `12-prod`, `12.16.1-prod`, `latest-prod` (12-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.16.1-debian-10-r32-prod/12-prod/debian-10/Dockerfile)
* [`12-debian-10`, `12.16.1-debian-10-r30`, `12`, `12.16.1`, `latest` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.16.1-debian-10-r30/12/debian-10/Dockerfile)
* [`10-debian-10-prod`, `10.19.0-debian-10-r40-prod`, `10-prod`, `10.19.0-prod` (10-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.19.0-debian-10-r40-prod/10-prod/debian-10/Dockerfile)