[bitnami/drupal] Release 10.0.4-debian-11-r2 (#26464)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-06 18:30:04 +01:00
committed by GitHub
parent 7008630845
commit f4d6142e9a
3 changed files with 6 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-04T18:25:54Z" \
org.opencontainers.image.created="2023-03-06T16:41:57Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.0.4-debian-11-r1" \
org.opencontainers.image.ref.name="10.0.4-debian-11-r2" \
org.opencontainers.image.title="drupal" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="10.0.4"
@@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"libphp-8.1.16-2-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
"drupal-10.0.4-0-linux-${OS_ARCH}-debian-11" \
"drupal-10.0.4-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "14196a0292493e68f342142a027c8d8ea0832e56770ffe5aa47eeb28e36ed5b0",
"digest": "b8dd35ad531db881c9352499719abd7a6d707c8c1d48f68ae29cf826fa9d0320",
"distro": "debian-11",
"type": "NAMI",
"version": "10.0.4-0"
"version": "10.0.4-1"
},
"gosu": {
"arch": "amd64",

View File

@@ -488,7 +488,7 @@ mysql_upgrade() {
else
mysql_start_bg
is_boolean_yes "${ROOT_AUTH_ENABLED:-false}" && args+=("-p$(get_master_env_var_value ROOT_PASSWORD)")
debug_execute "${DB_BIN_DIR}/mysql_upgrade" "${args[@]}" --force
debug_execute "${DB_BIN_DIR}/mysql_upgrade" "${args[@]}" || echo "This installation is already upgraded"
fi
}