[bitnami/symfony] Release 6.2.4-debian-11-r0 (#18525)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
88d07c81b8
commit
e46f748d95
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="6.2.3-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="6.2.4-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/symfony" \
|
||||
org.opencontainers.image.title="symfony" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.2.3"
|
||||
org.opencontainers.image.version="6.2.4"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"php-8.1.13-5-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" \
|
||||
"symfony-6.2.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"symfony-6.2.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -43,7 +43,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/symfony/postunpack.sh
|
||||
ENV APP_VERSION="6.2.3" \
|
||||
ENV APP_VERSION="6.2.4" \
|
||||
BITNAMI_APP_NAME="symfony" \
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"symfony": {
|
||||
"arch": "amd64",
|
||||
"digest": "f0b2a8cab437b1935ef42fd228ec03983dc3141bc3969d5175c72cc5b0f2c40a",
|
||||
"digest": "25c18d41d9f0be69f9b88aabc4cd9bec10cd58e0b3745cefe94baca1ec03878d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.2.3-0"
|
||||
"version": "6.2.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "6.2"
|
||||
- "6.2-debian-11"
|
||||
- "6.2.3"
|
||||
- "6.2.4"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue