From 56cb0effbca458a1ceb4642a798fbe621412c2e3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 21 Jun 2022 23:24:27 +0000 Subject: [PATCH] 4.1.5-debian-11-r0 release --- bitnami/joomla/4/debian-11/Dockerfile | 6 ++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/joomla/README.md | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/bitnami/joomla/4/debian-11/Dockerfile b/bitnami/joomla/4/debian-11/Dockerfile index 12ec704542ed..66bd8c39d1fe 100644 --- a/bitnami/joomla/4/debian-11/Dockerfile +++ b/bitnami/joomla/4/debian-11/Dockerfile @@ -1,6 +1,4 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - ENV HOME="/" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-11" \ @@ -14,7 +12,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.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.20-150" --checksum 7dab47ea9fff600df715d20eb26749f534b0ab5b83a71bf974a5d2657dfad26e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.1.4-150" --checksum 938282ed0c2b2362c7748084c0dec42b115bd07a8f6e12cbf95abc2c41f3500e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "4.1.5-0" --checksum d4b1d455b7d442ee2838c0c2096b662dab35c60247fbaad11b37466a79996f4e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -28,7 +26,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.4" \ + APP_VERSION="4.1.5" \ 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" diff --git a/bitnami/joomla/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/joomla/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 544daeb0978e..2748b1ede2ca 100644 --- a/bitnami/joomla/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/joomla/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,10 +15,10 @@ }, "joomla": { "arch": "amd64", - "digest": "938282ed0c2b2362c7748084c0dec42b115bd07a8f6e12cbf95abc2c41f3500e", + "digest": "d4b1d455b7d442ee2838c0c2096b662dab35c60247fbaad11b37466a79996f4e", "distro": "debian-11", "type": "NAMI", - "version": "4.1.4-150" + "version": "4.1.5-0" }, "libphp": { "arch": "amd64", diff --git a/bitnami/joomla/README.md b/bitnami/joomla/README.md index fbc678be00d8..041886bfb5e5 100644 --- a/bitnami/joomla/README.md +++ b/bitnami/joomla/README.md @@ -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.4`, `4.1.4-debian-11-r6`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.4-debian-11-r6/4/debian-11/Dockerfile) +* [`4`, `4-debian-11`, `4.1.5`, `4.1.5-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.5-debian-11-r0/4/debian-11/Dockerfile) * [`3`, `3-debian-11`, `3.10.10`, `3.10.10-debian-11-r0` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.10-debian-11-r0/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).