9.2.18-0-debian-10-r0 release
This commit is contained in:
parent
09a6c3c1f4
commit
59b93bd1aa
|
|
@ -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.17-0-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0ffb49fd1f2d86696fe2cffcf27b7c0d7bc9b80c093a95705eee622a47a7a2ad /tmp/bitnami/pkg/cache/jruby-9.2.17-0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.17-0-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.17-0-5-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 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.17-0-debian-10-r62" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.18-0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"jruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "0ffb49fd1f2d86696fe2cffcf27b7c0d7bc9b80c093a95705eee622a47a7a2ad",
|
||||
"digest": "0185275ec59c4071ad03f4a417ce40bb563e7ee92334faf0cd8550ad22eaa6e7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.2.17-0-5"
|
||||
"version": "9.2.18-0-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.17-0`, `9.2.17-0-debian-10-r62`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.17-0-debian-10-r62/9.2/debian-10/Dockerfile)
|
||||
* [`9.2`, `9.2-debian-10`, `9.2.18-0`, `9.2.18-0-debian-10-r0`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.18-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue