[bitnami/joomla] Release 4.2.0-debian-11-r0 (#4034)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c8092b49fb
commit
1f9ccfbcfe
|
|
@ -6,11 +6,11 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.1.5-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="4.2.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/joomla" \
|
||||
org.opencontainers.image.title="joomla" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.1.5"
|
||||
org.opencontainers.image.version="4.2.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
@ -21,7 +21,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.9-0" --checksum cebce7505cdf9a25aa92950d2d0b4f6678905c2c1aa4ade97d69b01b2848a266
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.22-1" --checksum 1af064539b6d283201bc3331f7c9b9c7470c6eefd884539b184277df879e8bcc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-152" --checksum 7909504f3232654c427681ecc8ed4b8599a2df0f17f26ff769a83ed167d05b69
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.1.5-2" --checksum c16429a625c713c385a4543c2d11cb6ea7b7c333d88850be812463c23861d94a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.2.0-0" --checksum 67913ea9e3724301d627dad3fca942965580d3cee8dcc8c998a848327d793897
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -35,7 +35,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.5" \
|
||||
APP_VERSION="4.2.0" \
|
||||
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": "c16429a625c713c385a4543c2d11cb6ea7b7c333d88850be812463c23861d94a",
|
||||
"digest": "67913ea9e3724301d627dad3fca942965580d3cee8dcc8c998a848327d793897",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.5-2"
|
||||
"version": "4.2.0-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.1.5"
|
||||
- "4.2.0"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -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-11`, `4.1.5`, `4.1.5-debian-11-r24`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/joomla/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.2.0`, `4.2.0-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/joomla/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.10.11`, `3.10.11-debian-11-r2` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/joomla/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
|
|
|||
Loading…
Reference in New Issue