9.3.3-0-debian-10-r36 release

This commit is contained in:
Bitnami Bot 2022-02-24 17:58:30 +00:00
parent 2618bcaa3d
commit daac0dd1c0
3 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libbz2-1.0 libc6 libcom-err2 libcurl4 libexpat1 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 pkg-config procps sqlite3 tar unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-34-linux-amd64-debian-10.tar.gz && \
echo "68e160a809f44c15722afba7efbdce45c3347fd7c2714f1f1a4461fc2b0731fb /tmp/bitnami/pkg/cache/python-3.8.12-34-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-34-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-34-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-35-linux-amd64-debian-10.tar.gz && \
echo "338b60596e8a45b8a55ab2831bcc05a804d423da70c296e737c41616ab11f104 /tmp/bitnami/pkg/cache/python-3.8.12-35-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-35-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-35-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.19.0-3-linux-amd64-debian-10.tar.gz && \
echo "d1c0e36b98ba6464fcf517c50d35d212d8bf7626cd99838f361bbe1c47319e5e /tmp/bitnami/pkg/cache/node-14.19.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-14.19.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -31,7 +31,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="jruby" \
BITNAMI_IMAGE_VERSION="9.3.3-0-debian-10-r35" \
BITNAMI_IMAGE_VERSION="9.3.3-0-debian-10-r36" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
EXPOSE 3000

View File

@ -22,9 +22,9 @@
},
"python": {
"arch": "amd64",
"digest": "68e160a809f44c15722afba7efbdce45c3347fd7c2714f1f1a4461fc2b0731fb",
"digest": "338b60596e8a45b8a55ab2831bcc05a804d423da70c296e737c41616ab11f104",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.12-34"
"version": "3.8.12-35"
}
}

View File

@ -37,7 +37,7 @@ $ docker-compose up -d
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/).
* [`9.3`, `9.3-debian-10`, `9.3.3-0`, `9.3.3-0-debian-10-r35`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.3-0-debian-10-r35/9.3/debian-10/Dockerfile)
* [`9.3`, `9.3-debian-10`, `9.3.3-0`, `9.3.3-0-debian-10-r36`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.3-0-debian-10-r36/9.3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).