[bitnami/jruby] Release 9.3.7-0-debian-11-r1 (#3384)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
6e59b0ee2e
commit
c208d9c239
|
|
@ -5,7 +5,7 @@ ENV OS_ARCH="amd64" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="9.3.7-0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="9.3.7-0-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jruby" \
|
||||
org.opencontainers.image.title="jruby" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -27,10 +27,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.15-1-2-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.7-0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "659eba70212c90d5fc04114e6acc9e0beedee6130558a41e93c0aa753cd8c000 /tmp/bitnami/pkg/cache/jruby-9.3.7-0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.7-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.7-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.7-0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "add49e79445ca4ed5295252f43d443f8845f10047fe415610a2468be5da5f850 /tmp/bitnami/pkg/cache/jruby-9.3.7-0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.7-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.7-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": "659eba70212c90d5fc04114e6acc9e0beedee6130558a41e93c0aa753cd8c000",
|
||||
"digest": "add49e79445ca4ed5295252f43d443f8845f10047fe415610a2468be5da5f850",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.7-0-0"
|
||||
"version": "9.3.7-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.7-0`, `9.3.7-0-debian-11-r0`, `latest` (9.3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jruby/9.3/debian-11/Dockerfile)
|
||||
* [`9.3`, `9.3-debian-11`, `9.3.7-0`, `9.3.7-0-debian-11-r1`, `latest` (9.3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jruby/9.3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue