mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
[bitnami/prestashop] Release 8.1.7-debian-12-r3 (#69906)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,11 +7,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-07-06T09:45:26Z" \
|
||||
org.opencontainers.image.created="2024-07-24T12:31:01Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/prestashop/README.md" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.1.7-debian-12-r2" \
|
||||
org.opencontainers.image.ref.name="8.1.7-debian-12-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prestashop" \
|
||||
org.opencontainers.image.title="prestashop" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
@@ -29,10 +29,10 @@ RUN install_packages acl ca-certificates curl libaudit1 libbrotli1 libbsd0 libbz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"render-template-1.0.7-2-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.29-5-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.61-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.3.2-4-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.29-3-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.29-6-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.62-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.4.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.29-4-linux-${OS_ARCH}-debian-12" \
|
||||
"prestashop-8.1.7-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:11.3
|
||||
image: docker.io/bitnami/mariadb:11.4
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
@@ -3,25 +3,25 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.61-0"
|
||||
"version": "2.4.62-0"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.29-3"
|
||||
"version": "8.1.29-4"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.3.2-4"
|
||||
"version": "11.4.2-0"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.29-5"
|
||||
"version": "8.1.29-6"
|
||||
},
|
||||
"prestashop": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:11.3
|
||||
image: docker.io/bitnami/mariadb:11.4
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
Reference in New Issue
Block a user