mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 18:47:17 +08:00
[bitnami/prestashop] Release 8.1.5-debian-12-r3 (#64559)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,10 @@ 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-03-31T19:10:00Z" \
|
||||
org.opencontainers.image.created="2024-04-01T11:41:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.1.5-debian-12-r2" \
|
||||
org.opencontainers.image.ref.name="8.1.5-debian-12-r3" \
|
||||
org.opencontainers.image.title="prestashop" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.1.5"
|
||||
|
||||
@@ -50,3 +50,7 @@ info "Creating default web server configuration for PrestaShop"
|
||||
web_server_validate
|
||||
ensure_web_server_app_configuration_exists "prestashop" --type php \
|
||||
--apache-move-htaccess no # Prestashop generates .htaccess dynamically during setup
|
||||
|
||||
# Copy all initially generated configuration files to the default directory
|
||||
# (this is to avoid breaking when entrypoint is being overridden)
|
||||
cp -r "/opt/bitnami/$(web_server_type)/conf"/* "/opt/bitnami/$(web_server_type)/conf.default"
|
||||
|
||||
Reference in New Issue
Block a user