[bitnami/joomla] Release 5.0.3-debian-12-r6 (#64556)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-04-01 14:25:25 +02:00
committed by GitHub
parent 67d9e80b5b
commit fb92003af7
2 changed files with 6 additions and 2 deletions

View File

@@ -7,10 +7,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-03-31T16:46:21Z" \
org.opencontainers.image.created="2024-04-01T11:37:31Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.0.3-debian-12-r5" \
org.opencontainers.image.ref.name="5.0.3-debian-12-r6" \
org.opencontainers.image.title="joomla" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.0.3"

View File

@@ -69,3 +69,7 @@ ensure_web_server_app_configuration_exists "joomla" --type php --apache-addition
</LocationMatch>
'
replace_in_file "${APACHE_HTACCESS_DIR}/joomla-htaccess.conf" '(## End [-] Custom redirects)' '# Custom rewrite by Bitnami - bypass mod_dir in order to allow 80->8080 redirections when not using a reverse proxy (example: docker-compose or Kubernetes)\n RewriteRule "^administrator$" "administrator/"\n \1'
# Copy all initially generated configuration files to the default directory
# (this is to avoid breaking when entrypoint is being overridden)
cp -r "/opt/bitnami/$(web_server_type)/conf"/* "/opt/bitnami/$(web_server_type)/conf.default"