mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
[bitnami/mariadb] Release 10.10.3-debian-11-r0 (#23117)
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.10.2-debian-11-r26" \
|
||||
org.opencontainers.image.ref.name="10.10.3-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb" \
|
||||
org.opencontainers.image.title="mariadb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="10.10.2"
|
||||
org.opencontainers.image.version="10.10.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libaio1 libaudit1 libcap-ng0 libcrypt1
|
||||
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-10.10.2-4-linux-${OS_ARCH}-debian-11" \
|
||||
"mariadb-10.10.3-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/postunpack.sh
|
||||
ENV APP_VERSION="10.10.2" \
|
||||
ENV APP_VERSION="10.10.3" \
|
||||
BITNAMI_APP_NAME="mariadb" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"mariadb": {
|
||||
"arch": "amd64",
|
||||
"digest": "2a45dad385980116521981b73aecaba60e57babdac3ec8ca2bb122b2f42ae80a",
|
||||
"digest": "fb66a3a0413e52526992f391ae4404b0caf47d8bf46c5235d5bc025f8db20550",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.10.2-4"
|
||||
"version": "10.10.3-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "10.10"
|
||||
- "10.10-debian-11"
|
||||
- "10.10.2"
|
||||
- "10.10.3"
|
||||
- "latest"
|
||||
|
||||
@@ -210,8 +210,8 @@ services:
|
||||
|
||||
It is possible to configure the character set and collation used by default by the database with the following environment variables:
|
||||
|
||||
- `MARIADB_CHARACTER_SET`: The default character set to use. Default: `utf8mb4`
|
||||
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8mb4_unicode_ci`
|
||||
- `MARIADB_CHARACTER_SET`: The default character set to use. Default: `utf8`
|
||||
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8_general_ci`
|
||||
|
||||
### Setting the root password on first run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user