3.10.6-debian-10-r6 release

This commit is contained in:
Bitnami Bot 2022-02-24 13:56:09 +00:00
parent cce861b771
commit a534fbcf80
3 changed files with 5 additions and 4 deletions

View File

@ -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="3.10.6-debian-10-r5" \
BITNAMI_IMAGE_VERSION="3.10.6-debian-10-r6" \
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

@ -74,8 +74,9 @@ is_dir_empty() {
# boolean
#########################
is_mounted_dir_empty() {
local dir="${1:?missing directory}"
local -r path="${1:?missing directory}"
# Calculate real path in order to avoid issues with symlinks
local -r dir="$(realpath "$path")"
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
true
else

View File

@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`4`, `4-debian-10`, `4.1.0`, `4.1.0-debian-10-r4` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/4.1.0-debian-10-r4/4/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.10.6`, `3.10.6-debian-10-r5`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.6-debian-10-r5/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.10.6`, `3.10.6-debian-10-r6`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.6-debian-10-r6/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).