[bitnami/phpmyadmin] Release 5.2.1-debian-12-r24 (#64558)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-04-01 14:25:38 +02:00 committed by GitHub
parent fb92003af7
commit c39e05d465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-31T18:57:12Z" \
org.opencontainers.image.created="2024-04-01T11:41:38Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.2.1-debian-12-r23" \
org.opencontainers.image.ref.name="5.2.1-debian-12-r24" \
org.opencontainers.image.title="phpmyadmin" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.2.1"

View File

@ -59,3 +59,7 @@ info "Configuring default PHP options for phpMyAdmin"
php_conf_set upload_max_filesize "$PHP_DEFAULT_UPLOAD_MAX_FILESIZE"
php_conf_set post_max_size "$PHP_DEFAULT_POST_MAX_SIZE"
php_conf_set memory_limit "$PHP_DEFAULT_MEMORY_LIMIT"
# 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"