From 64401e9efc19e3834aa3e516d14becd7f2cc956d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 14 Oct 2021 12:28:16 +0000 Subject: [PATCH] 9.2.19-0-debian-10-r115 release --- bitnami/jruby/9.2/debian-10/Dockerfile | 2 +- bitnami/jruby/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/jruby/9.2/debian-10/Dockerfile b/bitnami/jruby/9.2/debian-10/Dockerfile index fb6d3c2b34f3..a73edf42dbfd 100644 --- a/bitnami/jruby/9.2/debian-10/Dockerfile +++ b/bitnami/jruby/9.2/debian-10/Dockerfile @@ -29,7 +29,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.2.19-0-debian-10-r114" \ + BITNAMI_IMAGE_VERSION="9.2.19-0-debian-10-r115" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/jruby/README.md b/bitnami/jruby/README.md index d78c52e94c8f..2a820233ff62 100644 --- a/bitnami/jruby/README.md +++ b/bitnami/jruby/README.md @@ -34,7 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`9.3`, `9.3-debian-10`, `9.3.1-0`, `9.3.1-0-debian-10-r0` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.1-0-debian-10-r0/9.3/debian-10/Dockerfile) -* [`9.2`, `9.2-debian-10`, `9.2.19-0`, `9.2.19-0-debian-10-r114`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.19-0-debian-10-r114/9.2/debian-10/Dockerfile) +* [`9.2`, `9.2-debian-10`, `9.2.19-0`, `9.2.19-0-debian-10-r115`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.19-0-debian-10-r115/9.2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby). @@ -276,6 +276,10 @@ or using Docker Compose: $ docker-compose up ruby ``` +# Branch Deprecation Notice + +JRuby's branch 9.2 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 11-14-2021 + # Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-jruby/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-jruby/pulls) with your contribution.