18.5.0-debian-11-r0 release
This commit is contained in:
parent
ffa7d47488
commit
62ff81b563
|
|
@ -11,10 +11,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24 /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-18.4.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7c786e8b661f0dbfee84692504e5c81e09f631e951d9e65c7cfb11900eaecc60 /tmp/bitnami/pkg/cache/node-18.4.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-18.4.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-18.4.0-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-18.5.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "13fb3d323a0be264cbee7ca366cf5c1cec9cf26a6e05736f893ecd8ab4b5354c /tmp/bitnami/pkg/cache/node-18.5.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-18.5.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-18.5.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.4.0" \
|
||||
ENV APP_VERSION="18.5.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "7c786e8b661f0dbfee84692504e5c81e09f631e951d9e65c7cfb11900eaecc60",
|
||||
"digest": "13fb3d323a0be264cbee7ca366cf5c1cec9cf26a6e05736f893ecd8ab4b5354c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.4.0-1"
|
||||
"version": "18.5.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.4.0`, `18.4.0-debian-11-r7`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.4.0-debian-11-r7/18/debian-11/Dockerfile)
|
||||
* [`18`, `18-debian-11`, `18.5.0`, `18.5.0-debian-11-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.5.0-debian-11-r0/18/debian-11/Dockerfile)
|
||||
* [`17`, `17-debian-11`, `17.9.1`, `17.9.1-debian-11-r13` (17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.9.1-debian-11-r13/17/debian-11/Dockerfile)
|
||||
* [`16`, `16-debian-11`, `16.16.0`, `16.16.0-debian-11-r0` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.16.0-debian-11-r0/16/debian-11/Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.20.0`, `14.20.0-debian-11-r0` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.20.0-debian-11-r0/14/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue