mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
[bitnami/laravel] Release 9.4.1-debian-11-r0 (#17580)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="9.4.0-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="9.4.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/laravel" \
|
||||
org.opencontainers.image.title="laravel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="9.4.0"
|
||||
org.opencontainers.image.version="9.4.1"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -21,11 +21,11 @@ RUN install_packages ca-certificates curl libbrotli1 libbsd0 libbz2-1.0 libcom-e
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-0-linux-${OS_ARCH}-debian-11" \
|
||||
"php-8.1.13-2-linux-${OS_ARCH}-debian-11" \
|
||||
"php-8.1.13-3-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"laravel-9.4.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"laravel-9.4.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -43,7 +43,7 @@ RUN /build/bitnami-user.sh
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/laravel/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
ENV APP_VERSION="9.4.0" \
|
||||
ENV APP_VERSION="9.4.1" \
|
||||
BITNAMI_APP_NAME="laravel" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7969f4cc8ad0a260f891cccf5694686a513f4706b48771d605645be1f3f072e2",
|
||||
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-156"
|
||||
"version": "1.16.0-0"
|
||||
},
|
||||
"laravel": {
|
||||
"arch": "amd64",
|
||||
"digest": "87830a0bf9a661e3b4d7f70d0056ea28a162439a25a27bc6d3db3ef7d9f78b07",
|
||||
"digest": "68861457dfd0daff4d5c639a54ca0a7cb13caf237921800632454e9cdc5b442b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.4.0-0"
|
||||
"version": "9.4.1-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "9c51da67237a0790a4d05a4c63d36512fd156da925fde2484318241593eb2d8f",
|
||||
"digest": "5848ae33653c0083bde576beba8e9117e099382ea79ae010985ec4905447b3dc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.13-2"
|
||||
"version": "8.1.13-3"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -26,6 +26,9 @@ php_conf_set "listen" "$PHP_FPM_DEFAULT_LISTEN_ADDRESS" "${PHP_CONF_DIR}/php-fpm
|
||||
php_conf_set "upload_tmp_dir" "${PHP_BASE_DIR}/tmp"
|
||||
php_conf_set "session.save_path" "${PHP_TMP_DIR}/session"
|
||||
|
||||
# Log errors to stdout for easy debugging
|
||||
php_conf_set "error_log" "/dev/stderr"
|
||||
|
||||
# Ensure directories used by PHP-FPM exist and have proper ownership and permissions
|
||||
for dir in "$PHP_CONF_DIR" "${PHP_BASE_DIR}/tmp" "$PHP_TMP_DIR" "$PHP_FPM_LOGS_DIR" "${PHP_TMP_DIR}/session"; do
|
||||
ensure_dir_exists "$dir"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "9"
|
||||
- "9-debian-11"
|
||||
- "9.4.0"
|
||||
- "9.4.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user