mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
[bitnami/mariadb-galera] Release 10.8.6-debian-11-r21 (#20009)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,8 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="10.8.6-debian-11-r20" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
|
org.opencontainers.image.ref.name="10.8.6-debian-11-r21" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb-galera" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb-galera" \
|
||||||
org.opencontainers.image.title="mariadb-galera" \
|
org.opencontainers.image.title="mariadb-galera" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ get_sematic_version () {
|
|||||||
|
|
||||||
while [[ $i -lt $n ]]; do
|
while [[ $i -lt $n ]]; do
|
||||||
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
|
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
|
||||||
version_sections[$j]=${BASH_REMATCH[$i]}
|
version_sections[j]="${BASH_REMATCH[$i]}"
|
||||||
((j++))
|
((j++))
|
||||||
fi
|
fi
|
||||||
((i++))
|
((i++))
|
||||||
|
|||||||
@@ -1075,7 +1075,7 @@ mysql_stop() {
|
|||||||
for f in "${db_files[@]}"; do
|
for f in "${db_files[@]}"; do
|
||||||
debug_execute fuser "$f" && return_value=1
|
debug_execute fuser "$f" && return_value=1
|
||||||
done
|
done
|
||||||
return $return_value
|
return "$return_value"
|
||||||
}
|
}
|
||||||
|
|
||||||
! is_mysql_running && return
|
! is_mysql_running && return
|
||||||
|
|||||||
Reference in New Issue
Block a user