17.0.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-10-30 01:25:29 +00:00
parent 8c2a1f27b3
commit d1d62dc93d
6 changed files with 87 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
FROM docker.io/bitnami/minideb:buster-snapshot-20211028T212753Z-amd64
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \
OS_NAME="linux"
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-3-linux-amd64-debian-10.tar.gz && \
echo "8f7859ab9651065b2fcf37dfa4edcf5af0cd70614bb06b4ca782295a0a4435d2 /tmp/bitnami/pkg/cache/python-3.8.12-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-3-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-17.0.1-0-linux-amd64-debian-10.tar.gz && \
echo "2bd4673d307754f72cae9d7c6cb2fa0b5f65930f93a8f880cc25eedb8adf3e56 /tmp/bitnami/pkg/cache/node-17.0.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-17.0.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/node-17.0.1-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 BITNAMI_APP_NAME="node-snapshot" \
BITNAMI_IMAGE_VERSION="17.0.1-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH"
EXPOSE 3000
WORKDIR /app
CMD [ "node" ]

View File

@@ -0,0 +1,11 @@
version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/node-snapshot:17
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000
volumes:
- .:/app

View File

@@ -0,0 +1,16 @@
{
"node": {
"arch": "amd64",
"digest": "2bd4673d307754f72cae9d7c6cb2fa0b5f65930f93a8f880cc25eedb8adf3e56",
"distro": "debian-10",
"type": "NAMI",
"version": "17.0.1-0"
},
"python": {
"arch": "amd64",
"digest": "8f7859ab9651065b2fcf37dfa4edcf5af0cd70614bb06b4ca782295a0a4435d2",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.12-3"
}
}

View File

@@ -0,0 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

View File

@@ -0,0 +1,24 @@
#!/bin/sh
set -e
set -u
export DEBIAN_FRONTEND=noninteractive
n=0
max=2
until [ $n -gt $max ]; do
set +e
(
apt-get update -qq &&
apt-get install -y --no-install-recommends "$@"
)
CODE=$?
set -e
if [ $CODE -eq 0 ]; then
break
fi
if [ $n -eq $max ]; then
exit $CODE
fi
echo "apt failed, retrying"
n=$(($n + 1))
done
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`17-prod`, `17-prod-debian-10`, `17.0.1-prod`, `17.0.1-prod-debian-10-r0` (17-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.0.1-prod-debian-10-r0/17-prod/debian-10/Dockerfile)
* [`17`, `17-debian-10`, `17.0.1`, `17.0.1-debian-10-r-1` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.0.1-debian-10-r-1/17/debian-10/Dockerfile)
* [`17`, `17-debian-10`, `17.0.1`, `17.0.1-debian-10-r0` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/17.0.1-debian-10-r0/17/debian-10/Dockerfile)
* [`16-prod`, `16-prod-debian-10`, `16.13.0-prod`, `16.13.0-prod-debian-10-r3` (16-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/16.13.0-prod-debian-10-r3/16-prod/debian-10/Dockerfile)
* [`16`, `16-debian-10`, `16.13.0`, `16.13.0-debian-10-r3` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/16.13.0-debian-10-r3/16/debian-10/Dockerfile)
* [`14-prod`, `14-prod-debian-10`, `14.18.1-prod`, `14.18.1-prod-debian-10-r16` (14-prod/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-snapshot/blob/14.18.1-prod-debian-10-r16/14-prod/debian-10/Dockerfile)