mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
17.4.0-prod-debian-10-r3 release
This commit is contained in:
@@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||||||
echo "c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-12-linux-amd64-debian-10.tar.gz
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.4.0-0-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.4.0-1-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "77512a8560af830ddea39f65485cc931277e71736324510da18696b1f2e5e619 /tmp/bitnami/pkg/cache/node-17.4.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "8805b85659b6ec58a3b31e3ecb9bb56a6c42c15556bb1c0bbb2d9ec57ccd5935 /tmp/bitnami/pkg/cache/node-17.4.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/node-17.4.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/node-17.4.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/node-17.4.0-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/node-17.4.0-1-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||||
@@ -23,7 +23,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="node" \
|
ENV BITNAMI_APP_NAME="node" \
|
||||||
BITNAMI_IMAGE_VERSION="17.4.0-prod-debian-10-r2" \
|
BITNAMI_IMAGE_VERSION="17.4.0-prod-debian-10-r3" \
|
||||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"node": {
|
"node": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "77512a8560af830ddea39f65485cc931277e71736324510da18696b1f2e5e619",
|
"digest": "8805b85659b6ec58a3b31e3ecb9bb56a6c42c15556bb1c0bbb2d9ec57ccd5935",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "17.4.0-0"
|
"version": "17.4.0-1"
|
||||||
},
|
},
|
||||||
"python": {
|
"python": {
|
||||||
"arch": "amd64",
|
"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/).
|
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-prod`, `17-prod-debian-10`, `17.4.0-prod`, `17.4.0-prod-debian-10-r2` (17-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.4.0-prod-debian-10-r2/17-prod/debian-10/Dockerfile)
|
* [`17-prod`, `17-prod-debian-10`, `17.4.0-prod`, `17.4.0-prod-debian-10-r3` (17-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.4.0-prod-debian-10-r3/17-prod/debian-10/Dockerfile)
|
||||||
* [`17`, `17-debian-10`, `17.4.0`, `17.4.0-debian-10-r2`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.4.0-debian-10-r2/17/debian-10/Dockerfile)
|
* [`17`, `17-debian-10`, `17.4.0`, `17.4.0-debian-10-r2`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/17.4.0-debian-10-r2/17/debian-10/Dockerfile)
|
||||||
* [`16-prod`, `16-prod-debian-10`, `16.13.2-prod`, `16.13.2-prod-debian-10-r9` (16-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.13.2-prod-debian-10-r9/16-prod/debian-10/Dockerfile)
|
* [`16-prod`, `16-prod-debian-10`, `16.13.2-prod`, `16.13.2-prod-debian-10-r9` (16-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.13.2-prod-debian-10-r9/16-prod/debian-10/Dockerfile)
|
||||||
* [`16`, `16-debian-10`, `16.13.2`, `16.13.2-debian-10-r9` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.13.2-debian-10-r9/16/debian-10/Dockerfile)
|
* [`16`, `16-debian-10`, `16.13.2`, `16.13.2-debian-10-r9` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.13.2-debian-10-r9/16/debian-10/Dockerfile)
|
||||||
|
|||||||
Reference in New Issue
Block a user