[bitnami/mysql] Release 8.0.36-debian-12-r12 (#65775)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
11c66b1771
commit
ec391a75fa
|
|
@ -7,11 +7,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-04-23T18:21:31Z" \
|
||||
org.opencontainers.image.created="2024-04-30T12:08:07Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mysql/README.md" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.0.36-debian-12-r11" \
|
||||
org.opencontainers.image.ref.name="8.0.36-debian-12-r12" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysql" \
|
||||
org.opencontainers.image.title="mysql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -29,7 +29,7 @@ RUN install_packages ca-certificates curl gcc-11 libaio1 libcom-err2 libgcc-s1 l
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"ini-file-1.4.6-11-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-8.0.36-3-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-8.0.36-4-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.36-3"
|
||||
"version": "8.0.36-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -35,9 +35,6 @@ mysql_extra_flags() {
|
|||
dbExtraFlags+=("--server-id=$randNumber" "--binlog-format=ROW" "--log-bin=mysql-bin" "--sync-binlog=1")
|
||||
if [[ "$DB_REPLICATION_MODE" = "slave" ]]; then
|
||||
dbExtraFlags+=("--relay-log=mysql-relay-bin" "--log-slave-updates=1" "--read-only=1")
|
||||
if [[ "$DB_FLAVOR" = "mysql" ]]; then
|
||||
dbExtraFlags+=("--master-info-repository=TABLE" "--relay-log-info-repository=TABLE")
|
||||
fi
|
||||
elif [[ "$DB_REPLICATION_MODE" = "master" ]]; then
|
||||
dbExtraFlags+=("--innodb_flush_log_at_trx_commit=1")
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue