mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
16.6.2-debian-10-r0 release
This commit is contained in:
@@ -12,16 +12,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490 /tmp/bitnami/pkg/cache/python-3.8.11-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.11-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.11-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.6.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b217da71a955fa17cfb2b0a2a23cf5b49071fe9b3838205fb6467cb00e5f78af /tmp/bitnami/pkg/cache/node-16.6.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.6.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.6.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-16.6.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d74859815b9050a88146854c2b77bbd92b04452c8f4a6b7ecf1a4752615f3792 /tmp/bitnami/pkg/cache/node-16.6.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-16.6.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-16.6.2-0-linux-amd64-debian-10.tar.gz
|
||||
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 BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="16.6.1-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="16.6.2-debian-10-r0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "b217da71a955fa17cfb2b0a2a23cf5b49071fe9b3838205fb6467cb00e5f78af",
|
||||
"digest": "d74859815b9050a88146854c2b77bbd92b04452c8f4a6b7ecf1a4752615f3792",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "16.6.1-1"
|
||||
"version": "16.6.2-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user