9.3.4-0-debian-10-r47 release
This commit is contained in:
parent
af43367891
commit
fe2f542c65
|
|
@ -20,10 +20,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35 /tmp/bitnami/pkg/cache/java-11.0.15-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.15-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.15-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.4-0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a8ad1a8f37502cb5f273c089a59f55ea42e0fec2382cd51a3aaa71ee59a07fe5 /tmp/bitnami/pkg/cache/jruby-9.3.4-0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.4-0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.4-0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.3.4-0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0dae6f16c59becd6c221827187ad12f5c231cc1c449007b7583c8f9ac3924b85 /tmp/bitnami/pkg/cache/jruby-9.3.4-0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.3.4-0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.3.4-0-3-linux-amd64-debian-10.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": "a8ad1a8f37502cb5f273c089a59f55ea42e0fec2382cd51a3aaa71ee59a07fe5",
|
||||
"digest": "0dae6f16c59becd6c221827187ad12f5c231cc1c449007b7583c8f9ac3924b85",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.3.4-0-2"
|
||||
"version": "9.3.4-0-3"
|
||||
},
|
||||
"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.4-0`, `9.3.4-0-debian-10-r46`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.4-0-debian-10-r46/9.3/debian-10/Dockerfile)
|
||||
* [`9.3`, `9.3-debian-10`, `9.3.4-0`, `9.3.4-0-debian-10-r47`, `latest` (9.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.3.4-0-debian-10-r47/9.3/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