mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 02:57:35 +08:00
[bitnami/mariadb-galera] Release 10.5.19-debian-11-r0 (#23129)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="10.5.18-debian-11-r30" \
|
||||
org.opencontainers.image.ref.name="10.5.19-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="10.5.18"
|
||||
org.opencontainers.image.version="10.5.19"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl iproute2 ldap-utils libaio1 libaudit1
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mariadb-galera-10.5.18-4-linux-${OS_ARCH}-debian-11" \
|
||||
"mariadb-galera-10.5.19-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -43,7 +43,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
||||
ENV APP_VERSION="10.5.18" \
|
||||
ENV APP_VERSION="10.5.19" \
|
||||
BITNAMI_APP_NAME="mariadb-galera" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"mariadb-galera": {
|
||||
"arch": "amd64",
|
||||
"digest": "667b53a208b154bd77af00dcbd107ecefecc798263c430975fa21e75117d3bb7",
|
||||
"digest": "900b8a4bd6d253147811def21e6e9f2de29d92bea2dab03c871f1b75198debd8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.5.18-4"
|
||||
"version": "10.5.19-0"
|
||||
}
|
||||
}
|
||||
@@ -109,9 +109,9 @@ export DB_DAEMON_GROUP="mysql"
|
||||
# Default configuration (build-time)
|
||||
export MARIADB_DEFAULT_PORT_NUMBER="3306"
|
||||
export DB_DEFAULT_PORT_NUMBER="$MARIADB_DEFAULT_PORT_NUMBER" # only used at build time
|
||||
export MARIADB_DEFAULT_CHARACTER_SET="utf8"
|
||||
export MARIADB_DEFAULT_CHARACTER_SET="utf8mb4"
|
||||
export DB_DEFAULT_CHARACTER_SET="$MARIADB_DEFAULT_CHARACTER_SET" # only used at build time
|
||||
export MARIADB_DEFAULT_COLLATE="utf8_general_ci"
|
||||
export MARIADB_DEFAULT_COLLATE="utf8mb4_unicode_ci"
|
||||
export DB_DEFAULT_COLLATE="$MARIADB_DEFAULT_COLLATE" # only used at build time
|
||||
export MARIADB_DEFAULT_BIND_ADDRESS="0.0.0.0"
|
||||
export DB_DEFAULT_BIND_ADDRESS="$MARIADB_DEFAULT_BIND_ADDRESS" # only used at build time
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "10.5"
|
||||
- "10.5-debian-11"
|
||||
- "10.5.18"
|
||||
- "10.5.19"
|
||||
|
||||
Reference in New Issue
Block a user