mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/mariadb-galera] Release 10.3.38-debian-11-r0 (#23114)
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" \
|
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.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="10.3.37-debian-11-r30" \
|
org.opencontainers.image.ref.name="10.3.38-debian-11-r0" \
|
||||||
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." \
|
||||||
org.opencontainers.image.version="10.3.37"
|
org.opencontainers.image.version="10.3.38"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"mariadb-galera-10.3.37-3-linux-${OS_ARCH}-debian-11" \
|
"mariadb-galera-10.3.38-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -43,7 +43,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
||||||
ENV APP_VERSION="10.3.37" \
|
ENV APP_VERSION="10.3.38" \
|
||||||
BITNAMI_APP_NAME="mariadb-galera" \
|
BITNAMI_APP_NAME="mariadb-galera" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
"mariadb-galera": {
|
"mariadb-galera": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "8ea8d3978f4d3f9dba912cd882307701e8ad089cd5e72edf16556f69a77e5ec6",
|
"digest": "bc9685f5a975c69be4a5373f7fab87f8e84bb74f2a760a12dcb1cf06f3991f9b",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "10.3.37-3"
|
"version": "10.3.38-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -109,9 +109,9 @@ export DB_DAEMON_GROUP="mysql"
|
|||||||
# Default configuration (build-time)
|
# Default configuration (build-time)
|
||||||
export MARIADB_DEFAULT_PORT_NUMBER="3306"
|
export MARIADB_DEFAULT_PORT_NUMBER="3306"
|
||||||
export DB_DEFAULT_PORT_NUMBER="$MARIADB_DEFAULT_PORT_NUMBER" # only used at build time
|
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 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 DB_DEFAULT_COLLATE="$MARIADB_DEFAULT_COLLATE" # only used at build time
|
||||||
export MARIADB_DEFAULT_BIND_ADDRESS="0.0.0.0"
|
export MARIADB_DEFAULT_BIND_ADDRESS="0.0.0.0"
|
||||||
export DB_DEFAULT_BIND_ADDRESS="$MARIADB_DEFAULT_BIND_ADDRESS" # only used at build time
|
export DB_DEFAULT_BIND_ADDRESS="$MARIADB_DEFAULT_BIND_ADDRESS" # only used at build time
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "10.3"
|
- "10.3"
|
||||||
- "10.3-debian-11"
|
- "10.3-debian-11"
|
||||||
- "10.3.37"
|
- "10.3.38"
|
||||||
|
|||||||
Reference in New Issue
Block a user