[bitnami/laravel] Release 12.11.0-debian-12-r0 (#88941)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
062f4de6f1
commit
cb43a2c57d
|
|
@ -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-12-03T04:38:14Z" \
|
||||
org.opencontainers.image.created="2025-12-10T10:34:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/laravel/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/laravel" \
|
||||
org.opencontainers.image.title="laravel" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="12.10.1"
|
||||
org.opencontainers.image.version="12.11.0"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-12" \
|
||||
|
|
@ -29,9 +29,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
COMPONENTS=( \
|
||||
"python-3.14.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.5.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.5.0-5-linux-${OS_ARCH}-debian-12" \
|
||||
"node-24.11.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"laravel-12.10.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"laravel-12.11.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -50,9 +50,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/laravel/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
ENV APP_VERSION="12.10.1" \
|
||||
ENV APP_VERSION="12.11.0" \
|
||||
BITNAMI_APP_NAME="laravel" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="0" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:$PATH" \
|
||||
PHP_ENABLE_OPCACHE="0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue