4.10.1-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-01-31 18:14:48 +00:00
parent cca993a985
commit 0695f65a59
3 changed files with 9 additions and 9 deletions

View File

@@ -14,18 +14,18 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.52-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-client" "6.0.16-3" --checksum dd2b26a8b8dfe89996bf6406e0e0cb4413c7c740792c53e9dd5448ff694cd69b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.14.0-4" --checksum 14eda4cc9b632928555461c32babf4474eb41884b7a4fcc04bac27e23eb7887a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.4.22-1" --checksum 37ba718ad68506a9ea0705c12f013a6afc7210c82460769ffba0f16759caae95
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27-4" --checksum 32bf5ff92df0696ec8bb1b2bf23f47fa0ecc42ca26368482365b20f3e40ca094
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27-5" --checksum ccfc41ab4067ffd79421713ca7e16b6bfdc7fc73183853cf363c8de9d842e66b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.1-0" --checksum 2566d89a20e9794698ad0868e8ea0b73cf27343d552c00c5278379c47aa62d29
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dreamfactory" "4.10.1-1" --checksum c2b015323be11f3f67f43d8e9b3bbaccfb5074f9c69f25c45b3bad90b68f4dfd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dreamfactory" "4.10.1-2" --checksum de0e8c95c40065237880636beffa99b2ee026c595138a635103675d4aa989fcf
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/dreamfactory/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
@@ -33,7 +33,7 @@ RUN /opt/bitnami/scripts/php-postgresql/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="dreamfactory" \
BITNAMI_IMAGE_VERSION="4.10.1-debian-10-r10" \
BITNAMI_IMAGE_VERSION="4.10.1-debian-10-r11" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/redis/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:/opt/bitnami/common/bin:/opt/bitnami/dreamfactory/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -8,10 +8,10 @@
},
"dreamfactory": {
"arch": "amd64",
"digest": "c2b015323be11f3f67f43d8e9b3bbaccfb5074f9c69f25c45b3bad90b68f4dfd",
"digest": "de0e8c95c40065237880636beffa99b2ee026c595138a635103675d4aa989fcf",
"distro": "debian-10",
"type": "NAMI",
"version": "4.10.1-1"
"version": "4.10.1-2"
},
"git": {
"arch": "amd64",
@@ -29,10 +29,10 @@
},
"libphp": {
"arch": "amd64",
"digest": "32bf5ff92df0696ec8bb1b2bf23f47fa0ecc42ca26368482365b20f3e40ca094",
"digest": "ccfc41ab4067ffd79421713ca7e16b6bfdc7fc73183853cf363c8de9d842e66b",
"distro": "debian-10",
"type": "NAMI",
"version": "7.4.27-4"
"version": "7.4.27-5"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
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/).
- [`4`, `4-debian-10`, `4.10.1`, `4.10.1-debian-10-r10`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.10.1-debian-10-r10/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.10.1`, `4.10.1-debian-10-r11`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.10.1-debian-10-r11/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/dreamfactory GitHub repo](https://github.com/bitnami/bitnami-docker-dreamfactory).