9.2.11-1-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2020-05-22 23:44:21 +00:00
parent 9c3154e614
commit 9a7bafa1d3
2 changed files with 4 additions and 4 deletions

View File

@@ -23,13 +23,13 @@ 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.11-1-debian-10-r14" \
BITNAMI_IMAGE_VERSION="9.2.11-1-debian-10-r15" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \
OS_NAME="linux" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
EXPOSE 3000
EXPOSE 3000 3000
WORKDIR /app
CMD [ "irb" ]

View File

@@ -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-debian-10`, `9.2.11-1-debian-10-r14`, `9.2`, `9.2.11-1`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.11-1-debian-10-r14/9.2/debian-10/Dockerfile)
* [`9.2-debian-10`, `9.2.11-1-debian-10-r15`, `9.2`, `9.2.11-1`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.11-1-debian-10-r15/9.2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).