mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
9.3.6-0-debian-11-r3 release
This commit is contained in:
committed by
Bitnami Containers
parent
7dc9323a7e
commit
398dac1b84
@@ -19,10 +19,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de /tmp/bitnami/pkg/cache/java-11.0.15-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.15-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.15-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.6-0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d8a504e329189315b26b31702b32cd5ef62e709d342f9c0b08452a8b38cfae88 /tmp/bitnami/pkg/cache/jruby-9.3.6-0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.6-0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.6-0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.6-0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e6d10cb3867f4cc285ffe1da1365a001f239c792a25fe72a1aeee51a370e3cb8 /tmp/bitnami/pkg/cache/jruby-9.3.6-0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.6-0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.6-0-1-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"jruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "d8a504e329189315b26b31702b32cd5ef62e709d342f9c0b08452a8b38cfae88",
|
||||
"digest": "e6d10cb3867f4cc285ffe1da1365a001f239c792a25fe72a1aeee51a370e3cb8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.6-0-0"
|
||||
"version": "9.3.6-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-11`, `9.3.6-0`, `9.3.6-0-debian-11-r2`, `latest` (9.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.6-0-debian-11-r2/9.3/debian-11/Dockerfile)
|
||||
* [`9.3`, `9.3-debian-11`, `9.3.6-0`, `9.3.6-0-debian-11-r3`, `latest` (9.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.6-0-debian-11-r3/9.3/debian-11/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