17.3.0-debian-10-r18 release
This commit is contained in:
parent
82caddaf4f
commit
d9280aefa3
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/bitnami/minideb:buster-snapshot-20220109T212658Z-amd64
|
||||
FROM docker.io/bitnami/minideb:buster-snapshot-20220111T211901Z-amd64
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV OS_ARCH="amd64" \
|
||||
|
|
@ -8,14 +8,14 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-11-linux-amd64-debian-10.tar.gz && \
|
||||
echo "18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475 /tmp/bitnami/pkg/cache/python-3.8.12-11-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-11-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-11-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.3.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "bd840bfc1a27acf6bee6ad96362a0659e229fff4a984ae6371cd86bf21d9ed1d /tmp/bitnami/pkg/cache/node-17.3.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-17.3.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-17.3.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-12-linux-amd64-debian-10.tar.gz && \
|
||||
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' && \
|
||||
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.3.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2dace661d0bdbd4fcb3f89a7c1c8fac074fc99120d033bb06dbd11849f56b60b /tmp/bitnami/pkg/cache/node-17.3.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-17.3.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-17.3.0-1-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 && \
|
||||
|
|
@ -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
|
||||
|
||||
ENV BITNAMI_APP_NAME="node-snapshot" \
|
||||
BITNAMI_IMAGE_VERSION="17.3.0-debian-10-r17" \
|
||||
BITNAMI_IMAGE_VERSION="17.3.0-debian-10-r18" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "bd840bfc1a27acf6bee6ad96362a0659e229fff4a984ae6371cd86bf21d9ed1d",
|
||||
"digest": "2dace661d0bdbd4fcb3f89a7c1c8fac074fc99120d033bb06dbd11849f56b60b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "17.3.0-0"
|
||||
"version": "17.3.0-1"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "18529e5433b2ff7007527ec2fa5b608cb6432e27ec3e6a9f3ab94fcdb7586475",
|
||||
"digest": "c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.12-11"
|
||||
"version": "3.8.12-12"
|
||||
}
|
||||
}
|
||||
|
|
@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`17-prod`, `17-prod-debian-10`, `17.3.0-prod`, `17.3.0-prod-debian-10-r19` (17-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.3.0-prod-debian-10-r19/17-prod/debian-10/Dockerfile)
|
||||
* [`17`, `17-debian-10`, `17.3.0`, `17.3.0-debian-10-r17`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.3.0-debian-10-r17/17/debian-10/Dockerfile)
|
||||
* [`17`, `17-debian-10`, `17.3.0`, `17.3.0-debian-10-r18`, `latest` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.3.0-debian-10-r18/17/debian-10/Dockerfile)
|
||||
* [`16-prod`, `16-prod-debian-10`, `16.13.2-prod`, `16.13.2-prod-debian-10-r1` (16-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/16.13.2-prod-debian-10-r1/16-prod/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.13.2`, `16.13.2-debian-10-r1` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/16.13.2-debian-10-r1/16/debian-10/Dockerfile)
|
||||
* [`14-prod`, `14-prod-debian-10`, `14.18.3-prod`, `14.18.3-prod-debian-10-r0` (14-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/14.18.3-prod-debian-10-r0/14-prod/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue