5.4.4-debian-10-r22 release

This commit is contained in:
Bitnami Bot
2022-02-24 15:59:27 +00:00
parent 90d9fa064b
commit 2a97cabd1c
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/symfony/postunpack.sh
ENV BITNAMI_APP_NAME="symfony" \
BITNAMI_IMAGE_VERSION="5.4.4-debian-10-r21" \
BITNAMI_IMAGE_VERSION="5.4.4-debian-10-r22" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/symfony/bin:/opt/bitnami/common/bin:$PATH" \
PHP_ENABLE_OPCACHE="0"

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

@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`6.0`, `6.0-debian-10`, `6.0.4`, `6.0.4-debian-10-r21` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/6.0.4-debian-10-r21/6.0/debian-10/Dockerfile)
* [`5.4`, `5.4-debian-10`, `5.4.4`, `5.4.4-debian-10-r21` (5.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/5.4.4-debian-10-r21/5.4/debian-10/Dockerfile)
* [`5.4`, `5.4-debian-10`, `5.4.4`, `5.4.4-debian-10-r22` (5.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/5.4.4-debian-10-r22/5.4/debian-10/Dockerfile)
* [`4.4`, `4.4-debian-10`, `4.4.37`, `4.4.37-debian-10-r23` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/4.4.37-debian-10-r23/4.4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/symfony GitHub repo](https://github.com/bitnami/bitnami-docker-symfony).