mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
17.9.0-debian-10-r0 release
This commit is contained in:
@@ -12,17 +12,17 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "704fe6b545280ae027303b4ec875b495ee6da2256b3d8f877467077b0f031a60 /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.8.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ff00d5ea5813e21c053a621b8f6cd690996195009eb625285d9959120ecf2a39 /tmp/bitnami/pkg/cache/node-17.8.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-17.8.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-17.8.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.9.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "9c79bb7448c59de0bbeacd1b1c2313ed60de379d2e6135ea34e6cf95700c8a7a /tmp/bitnami/pkg/cache/node-17.9.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-17.9.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-17.9.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
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="17.8.0" \
|
||||
ENV APP_VERSION="17.9.0" \
|
||||
BITNAMI_APP_NAME="node" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "ff00d5ea5813e21c053a621b8f6cd690996195009eb625285d9959120ecf2a39",
|
||||
"digest": "9c79bb7448c59de0bbeacd1b1c2313ed60de379d2e6135ea34e6cf95700c8a7a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "17.8.0-0"
|
||||
"version": "17.9.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -44,7 +44,7 @@ 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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`17`, `17-debian-10`, `17.8.0`, `17.8.0-debian-10-r15`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.8.0-debian-10-r15/17/debian-10/Dockerfile)
|
||||
* [`17`, `17-debian-10`, `17.9.0`, `17.9.0-debian-10-r0`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.9.0-debian-10-r0/17/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.14.2`, `16.14.2-debian-10-r22` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.14.2-debian-10-r22/16/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.19.1`, `14.19.1-debian-10-r19` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.19.1-debian-10-r19/14/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.22.12`, `12.22.12-debian-10-r2` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-10-r2/12/debian-10/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user