4.0.6-debian-10-r4 release

This commit is contained in:
Bitnami Bot 2022-01-24 12:08:46 +00:00
parent d6a71c3213
commit b4e6903531
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.52-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27-3" --checksum aa7b45645b0395875b7281b74885a2a36c4d87dc19de87c7ed8b529df8e003a0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.0.6-1" --checksum ae9a6e9e25ba020228c3894cf3808c5e4f4f0a21f772997cab3dd0f3496a60ea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.0.6-2" --checksum 3e0ff11a55728dbe555d24111943f0385ad8fcbf540c4f90c1a9af5e7e238924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="joomla" \
BITNAMI_IMAGE_VERSION="4.0.6-debian-10-r3" \
BITNAMI_IMAGE_VERSION="4.0.6-debian-10-r4" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 8080 8443

View File

@ -15,10 +15,10 @@
},
"joomla": {
"arch": "amd64",
"digest": "ae9a6e9e25ba020228c3894cf3808c5e4f4f0a21f772997cab3dd0f3496a60ea",
"digest": "3e0ff11a55728dbe555d24111943f0385ad8fcbf540c4f90c1a9af5e7e238924",
"distro": "debian-10",
"type": "NAMI",
"version": "4.0.6-1"
"version": "4.0.6-2"
},
"libphp": {
"arch": "amd64",

View File

@ -45,7 +45,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.0.6`, `4.0.6-debian-10-r3` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.0.6-debian-10-r3/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.0.6`, `4.0.6-debian-10-r4` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.0.6-debian-10-r4/4/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.10.5`, `3.10.5-debian-10-r7`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.5-debian-10-r7/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).