4.1.4-debian-10-r0 release
This commit is contained in:
parent
99d9f833ef
commit
8cd9fc09c5
|
|
@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.53-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum a288a3866c8d3b06951b6781c79a6e3551e99c159aafa1d3dfcaa3e54db93ea7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.19-0" --checksum d9e9fcca0331bffb09d452b89757c49e3186c3d142c3cf442d75698e76432ee4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.1.3-0" --checksum 3013349776d6ff6c15a875980d78995a0693699feb8b0f9809d8c07e570911ec
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.1.4-0" --checksum 28034788371986f175d8370cc58fd6063bdeccfc2e0cc31d440e5340ae3de3cc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/joomla/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
APP_VERSION="4.1.3" \
|
||||
APP_VERSION="4.1.4" \
|
||||
BITNAMI_APP_NAME="joomla" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"joomla": {
|
||||
"arch": "amd64",
|
||||
"digest": "3013349776d6ff6c15a875980d78995a0693699feb8b0f9809d8c07e570911ec",
|
||||
"digest": "28034788371986f175d8370cc58fd6063bdeccfc2e0cc31d440e5340ae3de3cc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.3-0"
|
||||
"version": "4.1.4-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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.1.4`, `4.1.4-debian-10-r-1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.4-debian-10-r-1/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.1.4`, `4.1.4-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.4-debian-10-r0/4/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.10.9`, `3.10.9-debian-10-r12` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.9-debian-10-r12/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).
|
||||
|
|
|
|||
Loading…
Reference in New Issue