mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
9.2.11-1-debian-10-r11 release
This commit is contained in:
@@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "e01669f15e2e655613c19eab1b8b533a720d6334766da34190a2a4939f5a0bc8 /tmp/bitnami/pkg/cache/java-11.0.7-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.7-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.7-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.11-1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "945692cc35463c6c7cd8fdf76cbe087f93ef74251ceeccee67e31d731f85db5b /tmp/bitnami/pkg/cache/jruby-9.2.11-1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.11-1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.11-1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.11-1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b4ace201e796b625360b6515f6a0cc8307fd8eec9b22b0824e82e96d4af29d54 /tmp/bitnami/pkg/cache/jruby-9.2.11-1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.11-1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.11-1-2-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 && \
|
||||
@@ -23,7 +23,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
||||
ENV BITNAMI_APP_NAME="jruby" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.11-1-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.11-1-debian-10-r11" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
OS_NAME="linux" \
|
||||
|
||||
@@ -33,7 +33,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.2-debian-10`, `9.2.11-1-debian-10-r10`, `9.2`, `9.2.11-1`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.11-1-debian-10-r10/9.2/debian-10/Dockerfile)
|
||||
* [`9.2-debian-10`, `9.2.11-1-debian-10-r11`, `9.2`, `9.2.11-1`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.11-1-debian-10-r11/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