mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
7.0.1-0-debian-10-r13 release
This commit is contained in:
@@ -10,10 +10,10 @@ COPY prebuildfs /
|
||||
RUN install_packages acl ca-certificates curl ghostscript gzip imagemagick libaudit1 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp-dev libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu63 libidn2-0 libjemalloc2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libncurses6 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpam0g libpq5 libpsl5 libreadline-dev libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libxml2 libxml2-dev libxslt1-dev procps sqlite3 sudo tar zlib1g zlib1g-dev
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.7.5-3" --checksum 37133876204e89d7612320e80ce4a9b63d29fa7cc061dacbac2d535955e5de79
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.3-5" --checksum 70338565b39f0c8be869cb05107365dac31a26caf1fe5ba24de171a6dd334375
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.3-6" --checksum a529a3386f396110186951a0a4a4e1f440440d627041589635f69dbf0bdac116
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.34.1-4" --checksum 3cb223b1dbe1be9280279e2427c850f7080bf6d0b938c2fbe7b2d7a34724c61b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-5" --checksum 1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.0-0" --checksum 51075db42727d7b14b9941e7d7c063a135e9ad60cc606676d6e817e7d4a607b9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "rails" "7.0.1-0-2" --checksum 564fc337da67076054725ac4c432793631e7bb312cdcd71f98b4556e021e6079
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -23,7 +23,7 @@ RUN /build/bitnami-user.sh
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/rails/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="rails" \
|
||||
BITNAMI_IMAGE_VERSION="7.0.1-0-debian-10-r12" \
|
||||
BITNAMI_IMAGE_VERSION="7.0.1-0-debian-10-r13" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/ruby/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "3cb223b1dbe1be9280279e2427c850f7080bf6d0b938c2fbe7b2d7a34724c61b",
|
||||
"digest": "51075db42727d7b14b9941e7d7c063a135e9ad60cc606676d6e817e7d4a607b9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.34.1-4"
|
||||
"version": "2.35.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "70338565b39f0c8be869cb05107365dac31a26caf1fe5ba24de171a6dd334375",
|
||||
"digest": "a529a3386f396110186951a0a4a4e1f440440d627041589635f69dbf0bdac116",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.18.3-5"
|
||||
"version": "14.18.3-6"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
@@ -50,9 +50,9 @@
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676",
|
||||
"digest": "845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-5"
|
||||
"version": "1.0.1-6"
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,7 @@ $ docker-compose up
|
||||
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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.0.1-0`, `7.0.1-0-debian-10-r12`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/7.0.1-0-debian-10-r12/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.0.1-0`, `7.0.1-0-debian-10-r13`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/7.0.1-0-debian-10-r13/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.1.4-4`, `6.1.4-4-debian-10-r22` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rails/blob/6.1.4-4-debian-10-r22/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rails GitHub repo](https://github.com/bitnami/bitnami-docker-rails).
|
||||
|
||||
Reference in New Issue
Block a user