9.3.3-0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-01-19 21:04:34 +00:00
parent 191a0d9ec1
commit adf4cdb9ee
3 changed files with 8 additions and 8 deletions

View File

@ -20,10 +20,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44 /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-11.0.13-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz && \
echo "9c676eea18180151b444f328606e5e37b10929886d5c57e304808a0f32b47fd0 /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.2-0-4-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.3-0-0-linux-amd64-debian-10.tar.gz && \
echo "006615c5a95709864892020bfeb5ac594d76d85b3ab0d5d31d1882f3f1de31ba /tmp/bitnami/pkg/cache/jruby-9.3.3-0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.3-0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.3-0-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 && \
@ -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.2-0-debian-10-r39" \
BITNAMI_IMAGE_VERSION="9.3.3-0-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
EXPOSE 3000

View File

@ -8,10 +8,10 @@
},
"jruby": {
"arch": "amd64",
"digest": "9c676eea18180151b444f328606e5e37b10929886d5c57e304808a0f32b47fd0",
"digest": "006615c5a95709864892020bfeb5ac594d76d85b3ab0d5d31d1882f3f1de31ba",
"distro": "debian-10",
"type": "NAMI",
"version": "9.3.2-0-4"
"version": "9.3.3-0-0"
},
"node": {
"arch": "amd64",

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.2-0`, `9.3.2-0-debian-10-r39`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.2-0-debian-10-r39/9.3/debian-10/Dockerfile)
* [`9.3`, `9.3-debian-10`, `9.3.3-0`, `9.3.3-0-debian-10-r0`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.3-0-debian-10-r0/9.3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).