[bitnami/node] Release 16.18.0-debian-11-r0 (#9847)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-12 18:21:32 +02:00 committed by GitHub
parent e3f068d0a1
commit d06798ce70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 12 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="16.17.1-debian-11-r7" \
org.opencontainers.image.ref.name="16.18.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node" \
org.opencontainers.image.title="node" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="16.17.1"
org.opencontainers.image.version="16.18.0"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@ -20,8 +20,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libstdc++6 libtinfo6 libtirpc3 pkg-config procps unzip wget zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"python-3.8.14-2-linux-${OS_ARCH}-debian-11" \
"node-16.17.1-1-linux-${OS_ARCH}-debian-11" \
"python-3.8.15-0-linux-${OS_ARCH}-debian-11" \
"node-16.18.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -32,15 +32,14 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN mkdir /.npm && chmod g+rwX /.npm
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.17.1" \
ENV APP_VERSION="16.18.0" \
BITNAMI_APP_NAME="node" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"

View File

@ -1,16 +1,16 @@
{
"node": {
"arch": "amd64",
"digest": "958063044153c62686c4e1b57d4806b835c39c759ac5096505f6108a410e5757",
"digest": "4536023569e8d75327691015c08e2a49ad7b5eb687d47d3f7b455d9b1a136ce7",
"distro": "debian-11",
"type": "NAMI",
"version": "16.17.1-1"
"version": "16.18.0-0"
},
"python": {
"arch": "amd64",
"digest": "82f68137917ed04f98cf39ef3ec2cc95f05f93f1456ca9709ba9d98c5a0bed1b",
"digest": "88e943f67e0ca48fc1395ed0f15f2a91bec1e2fedc3b417b6e04fca797fae225",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.14-2"
"version": "3.8.15-0"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "16"
- "16-debian-11"
- "16.17.1"
- "16.18.0"