From 78c17a0f6d1621e9cec80ddebc581963fbc26c62 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 17 Jun 2021 16:17:06 +0000 Subject: [PATCH] 9.2.19-0-debian-10-r0 release --- bitnami/jruby/9.2/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/jruby/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/jruby/9.2/debian-10/Dockerfile b/bitnami/jruby/9.2/debian-10/Dockerfile index cd008edd8afd..ee35968c2f58 100644 --- a/bitnami/jruby/9.2/debian-10/Dockerfile +++ b/bitnami/jruby/9.2/debian-10/Dockerfile @@ -16,16 +16,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac echo "8cf28afc1090b0fec1ad841012ead25b59d2d5f4212742c3d62e6007ef57850b /tmp/bitnami/pkg/cache/java-11.0.11-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/java-11.0.11-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ rm -rf /tmp/bitnami/pkg/cache/java-11.0.11-0-linux-amd64-debian-10.tar.gz -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.18-0-0-linux-amd64-debian-10.tar.gz && \ - echo "0185275ec59c4071ad03f4a417ce40bb563e7ee92334faf0cd8550ad22eaa6e7 /tmp/bitnami/pkg/cache/jruby-9.2.18-0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.18-0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.18-0-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.19-0-0-linux-amd64-debian-10.tar.gz && \ + echo "c3329c0494342fbf9f2bfce7a20a94478f688ec62b64795abca3d758dfeb4b00 /tmp/bitnami/pkg/cache/jruby-9.2.19-0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-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="jruby" \ - BITNAMI_IMAGE_VERSION="9.2.18-0-debian-10-r6" \ + BITNAMI_IMAGE_VERSION="9.2.19-0-debian-10-r0" \ PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/jruby/9.2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jruby/9.2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 1024f9dfb431..58faee71171c 100644 --- a/bitnami/jruby/9.2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jruby/9.2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "jruby": { "arch": "amd64", - "digest": "0185275ec59c4071ad03f4a417ce40bb563e7ee92334faf0cd8550ad22eaa6e7", + "digest": "c3329c0494342fbf9f2bfce7a20a94478f688ec62b64795abca3d758dfeb4b00", "distro": "debian-10", "type": "NAMI", - "version": "9.2.18-0-0" + "version": "9.2.19-0-0" }, "node": { "arch": "amd64", diff --git a/bitnami/jruby/README.md b/bitnami/jruby/README.md index e0dcfc673d44..f7c80db0c216 100644 --- a/bitnami/jruby/README.md +++ b/bitnami/jruby/README.md @@ -33,7 +33,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.2`, `9.2-debian-10`, `9.2.18-0`, `9.2.18-0-debian-10-r6`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.18-0-debian-10-r6/9.2/debian-10/Dockerfile) +* [`9.2`, `9.2-debian-10`, `9.2.19-0`, `9.2.19-0-debian-10-r0`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.19-0-debian-10-r0/9.2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).