[bitnami/phpmyadmin] Release 5.2.3-debian-12-r0 (#87252)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-08 07:24:23 +02:00 committed by GitHub
parent bd3901abd3
commit f80f23118d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-10-07T13:48:11Z" \
org.opencontainers.image.created="2025-10-08T05:05:39Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin" \
org.opencontainers.image.title="phpmyadmin" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="5.2.2"
org.opencontainers.image.version="5.2.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -28,12 +28,12 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"render-template-1.0.9-156-linux-${OS_ARCH}-debian-12" \
"php-8.2.29-12-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.9-157-linux-${OS_ARCH}-debian-12" \
"php-8.2.29-14-linux-${OS_ARCH}-debian-12" \
"apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \
"mysql-client-12.0.2-0-linux-${OS_ARCH}-debian-12" \
"libphp-8.2.29-6-linux-${OS_ARCH}-debian-12" \
"phpmyadmin-5.2.2-1-linux-${OS_ARCH}-debian-12" \
"phpmyadmin-5.2.3-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -57,9 +57,9 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/phpmyadmin/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="5.2.2" \
APP_VERSION="5.2.3" \
BITNAMI_APP_NAME="phpmyadmin" \
IMAGE_REVISION="26" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH"
EXPOSE 8080 8443