mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 23:10:53 +08:00
[bitnami/mariadb-galera] Release 10.4.28-debian-11-r0 (#23121)
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.4.27-debian-11-r31" \
|
||||
org.opencontainers.image.ref.name="10.4.28-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.4.27"
|
||||
org.opencontainers.image.version="10.4.28"
|
||||
|
||||
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.4.27-4-linux-${OS_ARCH}-debian-11" \
|
||||
"mariadb-galera-10.4.28-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.4.27" \
|
||||
ENV APP_VERSION="10.4.28" \
|
||||
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": "48838687a62d04a2c4df0b471a89dc30aa2b33cd0f94cf915eac47c01d6f80ff",
|
||||
"digest": "6df23c8eb6c79a31cc2cddaea6b5a40241d6f74c9f0d221524f0882a198bcb93",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.4.27-4"
|
||||
"version": "10.4.28-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.4"
|
||||
- "10.4-debian-11"
|
||||
- "10.4.27"
|
||||
- "10.4.28"
|
||||
|
||||
Reference in New Issue
Block a user