[bitnami/laravel] Release 9.5.2-debian-11-r46 (#38784)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f807258114
commit
fe87e51547
|
|
@ -1,12 +1,15 @@
|
|||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-21T11:51:13Z" \
|
||||
org.opencontainers.image.created="2023-06-24T12:17:46Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="9.5.2-debian-11-r45" \
|
||||
org.opencontainers.image.ref.name="9.5.2-debian-11-r46" \
|
||||
org.opencontainers.image.title="laravel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="9.5.2"
|
||||
|
|
@ -22,7 +25,7 @@ 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.9.17-1-linux-${OS_ARCH}-debian-11" \
|
||||
"php-8.2.7-1-linux-${OS_ARCH}-debian-11" \
|
||||
"php-8.2.7-3-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.16.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"wait-for-port-1.0.6-8-linux-${OS_ARCH}-debian-11" \
|
||||
"laravel-9.5.2-8-linux-${OS_ARCH}-debian-11" \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.2.7-1"
|
||||
"version": "8.2.7-3"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ ensure_dir_exists() {
|
|||
local owner_user="${2:-}"
|
||||
local owner_group="${3:-}"
|
||||
|
||||
mkdir -p "${dir}"
|
||||
[ -d "${dir}" ] || mkdir -p "${dir}"
|
||||
if [[ -n $owner_user ]]; then
|
||||
owned_by "$dir" "$owner_user" "$owner_group"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue