6.1.6-0-debian-11-r9 release

This commit is contained in:
Bitnami Bot 2022-06-27 03:18:45 +00:00 committed by Bitnami Containers
parent 688841920e
commit efdffd3a38
3 changed files with 7 additions and 7 deletions

View File

@ -7,12 +7,12 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libaudit1 libbrotli1 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libncurses6 libncursesw6 libnettle8 libnghttp2-14 libnsl2 libp11-kit0 libpam0g libpq5 libpsl5 libreadline-dev libreadline8 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libtirpc3 libunistring2 libxml2 procps sqlite3 sudo tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-150" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-151" --checksum 1b28fa915312f8c1fc5b4a1a4381c06ffc599e9cc1331b500c8fd012e96ba6f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.6.10-150" --checksum 45a2c0404d81a629940d49c7c17dff08ae8397020cc9f6c771a4533bcfd21116
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-150" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-150" --checksum c15ff3fff7478e74922d560c5c4ffcb8d11bff92975f81591b62742902edd731
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-151" --checksum a7adf946a3e5d1b7e9f18abd4bbf112780a41ea797bdd3f067f87dfea07e85d6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rails" "6.1.6-0-150" --checksum 02b8ea0ad5c5c250961458cb85fba612aee30800b87df7acc0f092673e827cfd
RUN apt-get update && apt-get upgrade -y && \

View File

@ -1,10 +1,10 @@
{
"git": {
"arch": "amd64",
"digest": "c15ff3fff7478e74922d560c5c4ffcb8d11bff92975f81591b62742902edd731",
"digest": "a7adf946a3e5d1b7e9f18abd4bbf112780a41ea797bdd3f067f87dfea07e85d6",
"distro": "debian-11",
"type": "NAMI",
"version": "2.36.1-150"
"version": "2.36.1-151"
},
"gosu": {
"arch": "amd64",
@ -29,10 +29,10 @@
},
"python": {
"arch": "amd64",
"digest": "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442",
"digest": "1b28fa915312f8c1fc5b4a1a4381c06ffc599e9cc1331b500c8fd012e96ba6f0",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.13-150"
"version": "3.8.13-151"
},
"rails": {
"arch": "amd64",

View File

@ -35,7 +35,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7`, `7-debian-11`, `7.0.3-0`, `7.0.3-0-debian-11-r9`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/7.0.3-0-debian-11-r9/7/debian-11/Dockerfile)
* [`6`, `6-debian-11`, `6.1.6-0`, `6.1.6-0-debian-11-r8` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.6-0-debian-11-r8/6/debian-11/Dockerfile)
* [`6`, `6-debian-11`, `6.1.6-0`, `6.1.6-0-debian-11-r9` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.6-0-debian-11-r9/6/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-rails).