mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
[bitnami/mariadb-galera] Release 10.6.9-debian-11-r1 (#3674)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="10.6.9-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="10.6.9-debian-11-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb-galera" \
|
||||
org.opencontainers.image.title="mariadb-galera" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip iproute2 ldap-utils libaio1 libaudit1 libc6 libcap-ng0 libcrypt1 libgcc-s1 libicu67 libldap-common liblzma5 libncurses6 libnss-ldapd libpam-ldapd libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 nslcd procps psmisc rsync socat tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-152" --checksum 0017b950b7eb0faa7580ef23342adbbfa2038d55c3dafdf1c8761788122f718e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mariadb-galera" "10.6.9-0" --checksum 55737ba8f29183184d7e051bb6c015c9483c0d9131088748b0a9587b3807ba67
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mariadb-galera" "10.6.9-1" --checksum 55737ba8f29183184d7e051bb6c015c9483c0d9131088748b0a9587b3807ba67
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
"digest": "55737ba8f29183184d7e051bb6c015c9483c0d9131088748b0a9587b3807ba67",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.6.9-0"
|
||||
"version": "10.6.9-1"
|
||||
}
|
||||
}
|
||||
@@ -404,6 +404,10 @@ mysql_galera_update_custom_config() {
|
||||
local default_auth_string="${DB_GALERA_DEFAULT_MARIABACKUP_USER}:${DB_GALERA_DEFAULT_MARIABACKUP_PASSWORD}"
|
||||
[[ "$galera_auth_string" != "$default_auth_string" ]] && mysql_conf_set "wsrep_sst_auth" "$galera_auth_string" "galera"
|
||||
|
||||
# Sanitize triple quotes produced by ini-file when using special characters like "`"
|
||||
# https://github.com/bitnami/charts/issues/10880
|
||||
replace_in_file "$DB_CONF_FILE" "=\"\"\"(.*)\"\"\"" "=\1"
|
||||
|
||||
# Avoid exit code of previous commands to affect the result of this function
|
||||
true
|
||||
}
|
||||
|
||||
4
bitnami/mariadb-galera/10.6/debian-11/tags-info.yaml
Normal file
4
bitnami/mariadb-galera/10.6/debian-11/tags-info.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
rolling-tags:
|
||||
- "10.6"
|
||||
- "10.6-debian-11"
|
||||
- "10.6.9"
|
||||
Reference in New Issue
Block a user