[bitnami/node] Release 18.14.2-debian-11-r0 (#24860)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
232be8ffb0
commit
2fa8e73b42
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-21T09:35:08Z" \
|
||||
org.opencontainers.image.created="2023-02-21T22:41:35Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="18.14.1-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="18.14.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="node" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="18.14.1"
|
||||
org.opencontainers.image.version="18.14.2"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libcom-
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-5-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.14.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.14.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,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="18.14.1" \
|
||||
ENV APP_VERSION="18.14.2" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "d6828cad4303399275281eb1c617d87c315c65d0def58d1204fac426e0200b0a",
|
||||
"digest": "7f2d4830add40c5bb11444044654340a4bc288c0b52ce766adcb1c446eece182",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.14.1-1"
|
||||
"version": "18.14.2-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "18"
|
||||
- 18-debian-11
|
||||
- 18.14.1
|
||||
- 18.14.2
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue