mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
9.2.14-0-debian-10-r31 release
This commit is contained in:
@@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages build-essential ca-certificates curl ghostscript git gzip imagemagick libbz2-1.0 libc6 libcom-err2 libcurl4 libexpat1 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 pkg-config procps sqlite3 tar unzip wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.15.3-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "20a83ca1cb7d6ba658a10251f7740e57a0a60fec97753e9f37aacd78169475b1 /tmp/bitnami/pkg/cache/node-14.15.3-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-14.15.3-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-14.15.3-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.15.4-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1c23a75145fc202950f12bd6cb13a9c9b3ac35a3a09d194c105912d2f4d4a8a6 /tmp/bitnami/pkg/cache/node-14.15.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-14.15.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-14.15.4-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67 /tmp/bitnami/pkg/cache/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -27,7 +27,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.14-0-debian-10-r30" \
|
||||
BITNAMI_IMAGE_VERSION="9.2.14-0-debian-10-r31" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/java/bin:/opt/bitnami/jruby/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "20a83ca1cb7d6ba658a10251f7740e57a0a60fec97753e9f37aacd78169475b1",
|
||||
"digest": "1c23a75145fc202950f12bd6cb13a9c9b3ac35a3a09d194c105912d2f4d4a8a6",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.15.3-1"
|
||||
"version": "14.15.4-0"
|
||||
}
|
||||
}
|
||||
@@ -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`, `9.2-debian-10`, `9.2.14-0`, `9.2.14-0-debian-10-r30`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.14-0-debian-10-r30/9.2/debian-10/Dockerfile)
|
||||
* [`9.2`, `9.2-debian-10`, `9.2.14-0`, `9.2.14-0-debian-10-r31`, `latest` (9.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jruby/blob/9.2.14-0-debian-10-r31/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