[bitnami/opencart] Release 4.0.2-1-debian-11-r0 (#30830)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-04-18 21:46:21 +02:00 committed by GitHub
parent 60a6d265d5
commit e6b4d9542d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View File

@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-04-17T23:00:58Z" \
org.opencontainers.image.created="2023-04-18T19:06:17Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="4.0.2-0-debian-11-r0" \
org.opencontainers.image.ref.name="4.0.2-1-debian-11-r0" \
org.opencontainers.image.title="opencart" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.0.2-0"
org.opencontainers.image.version="4.0.2-1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"mysql-client-10.6.12-4-linux-${OS_ARCH}-debian-11" \
"libphp-8.1.18-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-4-linux-${OS_ARCH}-debian-11" \
"opencart-4.0.2-0-0-linux-${OS_ARCH}-debian-11" \
"opencart-4.0.2-1-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-5-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -51,7 +51,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/opencart/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="4.0.2-0" \
APP_VERSION="4.0.2-1" \
BITNAMI_APP_NAME="opencart" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -27,7 +27,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "4.0.2-0-0"
"version": "4.0.2-1-0"
},
"php": {
"arch": "amd64",

View File

@ -447,7 +447,7 @@ mysql_stop() {
mysql_install_db() {
local command="${DB_BIN_DIR}/mysql_install_db"
local -a args=("--defaults-file=${DB_CONF_FILE}" "--basedir=${DB_BASE_DIR}" "--datadir=${DB_DATA_DIR}")
# Add flags specified via the 'DB_EXTRA_FLAGS' environment variable
read -r -a db_extra_flags <<< "$(mysql_extra_flags)"
[[ "${#db_extra_flags[@]}" -gt 0 ]] && args+=("${db_extra_flags[@]}")
@ -586,9 +586,9 @@ mysql_ensure_user_exists() {
auth_string="identified via pam using '$DB_FLAVOR'"
elif [[ -n "$password" ]]; then
if [[ -n "$auth_plugin" ]]; then
auth_string="identified with $auth_plugin by \"$password\""
auth_string="identified with $auth_plugin by '$password'"
else
auth_string="identified by \"$password\""
auth_string="identified by '$password'"
fi
fi
debug "creating database user \'$user\'"

View File

@ -1,5 +1,5 @@
rolling-tags:
- "4"
- 4-debian-11
- 4.0.2-0
- 4.0.2-1
- latest