mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
9.3.1-0-debian-10-r23 release
This commit is contained in:
@@ -20,16 +20,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9 /tmp/bitnami/pkg/cache/java-11.0.13-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.13-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.13-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.1-0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "756506f71ddec2c35a54ed6018dc9f6235358dce424d70150b4b02ca80b80e37 /tmp/bitnami/pkg/cache/jruby-9.3.1-0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.1-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.1-0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.1-0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ff41d59b015c5c8afb367d34d14aac6078ab906c28bcc6a36a239417a8d07cf3 /tmp/bitnami/pkg/cache/jruby-9.3.1-0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.1-0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.1-0-1-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.3.1-0-debian-10-r22" \
|
||||
BITNAMI_IMAGE_VERSION="9.3.1-0-debian-10-r23" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"jruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "756506f71ddec2c35a54ed6018dc9f6235358dce424d70150b4b02ca80b80e37",
|
||||
"digest": "ff41d59b015c5c8afb367d34d14aac6078ab906c28bcc6a36a239417a8d07cf3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.1-0-0"
|
||||
"version": "9.3.1-0-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -35,7 +35,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.1-0`, `9.3.1-0-debian-10-r22` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.1-0-debian-10-r22/9.3/debian-10/Dockerfile)
|
||||
* [`9.3`, `9.3-debian-10`, `9.3.1-0`, `9.3.1-0-debian-10-r23` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.1-0-debian-10-r23/9.3/debian-10/Dockerfile)
|
||||
* [`9.2`, `9.2-debian-10`, `9.2.20-0`, `9.2.20-0-debian-10-r3`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.20-0-debian-10-r3/9.2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jruby GitHub repo](https://github.com/bitnami/bitnami-docker-jruby).
|
||||
|
||||
Reference in New Issue
Block a user