[bitnami/jruby] Release 9.3.7-0-debian-11-r10 (#5966)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4cbea6067a
commit
9fb9f15e9c
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||
|
||||
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-r9" \
|
||||
org.opencontainers.image.ref.name="9.3.7-0-debian-11-r10" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jruby" \
|
||||
org.opencontainers.image.title="jruby" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -43,13 +43,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
tar -zxf java-11.0.15-1-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf java-11.0.15-1-3-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
if [ ! -f jruby-9.3.7-0-4-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jruby-9.3.7-0-4-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jruby-9.3.7-0-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf jruby-9.3.7-0-3-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
sha256sum -c jruby-9.3.7-0-4-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf jruby-9.3.7-0-4-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf jruby-9.3.7-0-4-linux-${OS_ARCH}-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": "d3343580b9da3f182aacec819aadcf41482a82134e2cdc6ee190c70d7f3320fa",
|
||||
"digest": "fb3b9a14573b4aa22434af049e3aa337b38a439dd2d21df1091971da13ec8502",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.7-0-3"
|
||||
"version": "9.3.7-0-4"
|
||||
},
|
||||
"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-r9`, `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-r10`, `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