mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
9.2.19-0-debian-10-r41 release
This commit is contained in:
@@ -20,16 +20,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea /tmp/bitnami/pkg/cache/java-11.0.12-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.12-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-11.0.12-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.19-0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8ebb3c032ad5b17de214e179b85fabce18f0a11c7b7dc877e01985bceaa67b3e /tmp/bitnami/pkg/cache/jruby-9.2.19-0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jruby-9.2.19-0-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ce498c08a9a41f861e6e7dc82eeaef1e26130c78c9fd862739ae02c4dd0989e6 /tmp/bitnami/pkg/cache/jruby-9.2.19-0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/jruby-9.2.19-0-4-linux-amd64-debian-10.tar.gz
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /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.19-0-debian-10-r40" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.19-0-debian-10-r41" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"jruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "8ebb3c032ad5b17de214e179b85fabce18f0a11c7b7dc877e01985bceaa67b3e",
|
||||
"digest": "ce498c08a9a41f861e6e7dc82eeaef1e26130c78c9fd862739ae02c4dd0989e6",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.2.19-0-3"
|
||||
"version": "9.2.19-0-4"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user