[bitnami/node] Release 18.7.0-debian-11-r0 (#864)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
2f3655723f
commit
ce28175b47
|
|
@ -7,14 +7,14 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages build-essential ca-certificates curl git gzip libbz2-1.0 libc6 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 tar unzip wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.13-154-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c5a4c246e2373d5f2ecc2c08fca804c7551366c8a2a00f66b185bcc5c759b81e /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-18.6.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "4beeb9a24ad7519d7b2c8b2650599e92bcdee98924f3cb4998e25ddc847c021f /tmp/bitnami/pkg/cache/node-18.6.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-18.6.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-18.6.0-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.13-155-linux-amd64-debian-11.tar.gz && \
|
||||
echo "1a516da3a63710021cde67a46cbe350157fde03fe1e0f4f6290e438b55e1a8d1 /tmp/bitnami/pkg/cache/python-3.8.13-155-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-155-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-155-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-18.7.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "14974c1ecf07c65796efc9462d1de78a5b107475a63b48e8ce62ab30d4988730 /tmp/bitnami/pkg/cache/node-18.7.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-18.7.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-18.7.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN mkdir /.npm && chmod g+rwX /.npm
|
||||
|
|
@ -22,7 +22,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.6.0" \
|
||||
ENV APP_VERSION="18.7.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "4beeb9a24ad7519d7b2c8b2650599e92bcdee98924f3cb4998e25ddc847c021f",
|
||||
"digest": "14974c1ecf07c65796efc9462d1de78a5b107475a63b48e8ce62ab30d4988730",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.6.0-1"
|
||||
"version": "18.7.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "c5a4c246e2373d5f2ecc2c08fca804c7551366c8a2a00f66b185bcc5c759b81e",
|
||||
"digest": "1a516da3a63710021cde67a46cbe350157fde03fe1e0f4f6290e438b55e1a8d1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.13-154"
|
||||
"version": "3.8.13-155"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) 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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`18`, `18-debian-11`, `18.6.0`, `18.6.0-debian-11-r4`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.6.0-debian-11-r4/18/debian-11/Dockerfile)
|
||||
* [`18`, `18-debian-11`, `18.7.0`, `18.7.0-debian-11-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.7.0-debian-11-r0/18/debian-11/Dockerfile)
|
||||
* [`16`, `16-debian-11`, `16.16.0`, `16.16.0-debian-11-r9` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.16.0-debian-11-r9/16/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.20.0`, `14.20.0-debian-11-r5` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.20.0-debian-11-r5/14/debian-11/Dockerfile)
|
||||
* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r19` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-11-r19/12/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue