From 4dfaf7849d2267858658cb641e84aae4deb50831 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 17 May 2025 22:46:33 +0200 Subject: [PATCH] [bitnami/mysql] Release 9.3.0-debian-12-r1 (#81270) Signed-off-by: Bitnami Bot --- bitnami/mysql/9.3/debian-12/Dockerfile | 9 ++-- .../debian-12/docker-compose-replication.yml | 51 ------------------- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/mysql/9.3/debian-12/tags-info.yaml | 1 + bitnami/mysql/README.md | 6 +-- bitnami/mysql/docker-compose-replication.yml | 4 +- bitnami/mysql/docker-compose.yml | 2 +- 7 files changed, 11 insertions(+), 64 deletions(-) delete mode 100644 bitnami/mysql/9.3/debian-12/docker-compose-replication.yml diff --git a/bitnami/mysql/9.3/debian-12/Dockerfile b/bitnami/mysql/9.3/debian-12/Dockerfile index fd743b538cf0..a2e77eff84a3 100644 --- a/bitnami/mysql/9.3/debian-12/Dockerfile +++ b/bitnami/mysql/9.3/debian-12/Dockerfile @@ -8,10 +8,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-04-21T14:33:15Z" \ + org.opencontainers.image.created="2025-05-17T20:18:58Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mysql/README.md" \ - org.opencontainers.image.ref.name="9.3.0-debian-12-r0" \ + org.opencontainers.image.ref.name="9.3.0-debian-12-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysql" \ org.opencontainers.image.title="mysql" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl gcc-11 libaio1 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl3 libstdc++6 libtinfo6 libtirpc3 libudev1 procps psmisc RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "ini-file-1.4.7-15-linux-${OS_ARCH}-debian-12" \ + "ini-file-1.4.7-16-linux-${OS_ARCH}-debian-12" \ "mysql-9.3.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -40,8 +40,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \ rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done -RUN apt-get autoremove --purge -y curl && \ - apt-get update && apt-get upgrade -y && \ +RUN apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true diff --git a/bitnami/mysql/9.3/debian-12/docker-compose-replication.yml b/bitnami/mysql/9.3/debian-12/docker-compose-replication.yml deleted file mode 100644 index fabe438c14bc..000000000000 --- a/bitnami/mysql/9.3/debian-12/docker-compose-replication.yml +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright Broadcom, Inc. All Rights Reserved. -# SPDX-License-Identifier: APACHE-2.0 - -services: - mysql-master: - image: docker.io/bitnami/mysql:9.3 - ports: - - '3306' - volumes: - - 'mysql_master_data:/bitnami/mysql/data' - environment: - - MYSQL_REPLICATION_MODE=master - - MYSQL_REPLICATION_USER=repl_user - - MYSQL_USER=my_user - - MYSQL_DATABASE=my_database - # ALLOW_EMPTY_PASSWORD is recommended only for development. - - ALLOW_EMPTY_PASSWORD=yes - - MYSQL_ROOT_PASSWORD=my_root_password - healthcheck: - test: ['CMD', '/opt/bitnami/scripts/mysql/healthcheck.sh'] - interval: 15s - timeout: 5s - retries: 6 - - mysql-slave: - image: docker.io/bitnami/mysql:9.3 - ports: - - '3306' - depends_on: - - mysql-master - environment: - - MYSQL_REPLICATION_MODE=slave - - MYSQL_REPLICATION_USER=repl_user - - MYSQL_USER=my_user - - MYSQL_DATABASE=my_database - - MYSQL_MASTER_HOST=mysql-master - - MYSQL_MASTER_PORT_NUMBER=3306 - - MYSQL_MASTER_ROOT_PASSWORD=my_root_password - # ALLOW_EMPTY_PASSWORD is recommended only for development. - - ALLOW_EMPTY_PASSWORD=yes - # In case of missing binary files on master, use `true` to reset those binary files. Creating a previous backup is recommended. - - MYSQL_REPLICATION_SLAVE_DUMP=false - healthcheck: - test: ['CMD', '/opt/bitnami/scripts/mysql/healthcheck.sh'] - interval: 15s - timeout: 5s - retries: 6 - -volumes: - mysql_master_data: - driver: local diff --git a/bitnami/mysql/9.3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/mysql/9.3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 3b9d0d50bb04..38066f861da3 100644 --- a/bitnami/mysql/9.3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/mysql/9.3/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,7 +3,7 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "1.4.7-15" + "version": "1.4.7-16" }, "mysql": { "arch": "amd64", diff --git a/bitnami/mysql/9.3/debian-12/tags-info.yaml b/bitnami/mysql/9.3/debian-12/tags-info.yaml index fac821d734b7..d3e005953b6c 100644 --- a/bitnami/mysql/9.3/debian-12/tags-info.yaml +++ b/bitnami/mysql/9.3/debian-12/tags-info.yaml @@ -2,3 +2,4 @@ rolling-tags: - "9.3" - 9.3-debian-12 - 9.3.0 +- latest diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index ba9591ab77c9..cd4ce3881628 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -28,15 +28,13 @@ Looking to use MySQL in production? Try [VMware Tanzu Application Catalog](https Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami MySQL Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/mysql). -Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters. - ## Why use a non-root container? Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). -## Only latest stable or LTS branch maintained in the free Bitnami catalog +## Only the latest stable branch maintained in the free Bitnami catalog -Starting December 10th 2024, only the latest stable or LTS branch of any container will receive updates in the free Bitnami catalog. To access up-to-date releases for all upstream-supported branches, consider upgrading to Bitnami Premium. Previous versions already released will not be deleted. They are still available to pull from DockerHub. +Starting December 10th, 2024, only the latest stable branch of each container image will receive updates in the free Bitnami catalog. To access up-to-date releases for all upstream-supported branches (e.g., LTS), consider upgrading to Bitnami Premium. Previously released versions will not be deleted and will remain available for pulling from DockerHub. Please check the Bitnami Premium page in our partner [Arrow Electronics](https://www.arrow.com/globalecs/na/vendors/bitnami?utm_source=GitHub&utm_medium=containers) for more information. diff --git a/bitnami/mysql/docker-compose-replication.yml b/bitnami/mysql/docker-compose-replication.yml index 6ac5f050ce11..fabe438c14bc 100644 --- a/bitnami/mysql/docker-compose-replication.yml +++ b/bitnami/mysql/docker-compose-replication.yml @@ -3,7 +3,7 @@ services: mysql-master: - image: docker.io/bitnami/mysql:8.4 + image: docker.io/bitnami/mysql:9.3 ports: - '3306' volumes: @@ -23,7 +23,7 @@ services: retries: 6 mysql-slave: - image: docker.io/bitnami/mysql:8.4 + image: docker.io/bitnami/mysql:9.3 ports: - '3306' depends_on: diff --git a/bitnami/mysql/docker-compose.yml b/bitnami/mysql/docker-compose.yml index 916cca714fd9..1a5ca49a243f 100644 --- a/bitnami/mysql/docker-compose.yml +++ b/bitnami/mysql/docker-compose.yml @@ -3,7 +3,7 @@ services: mysql: - image: docker.io/bitnami/mysql:8.4 + image: docker.io/bitnami/mysql:9.3 ports: - '3306:3306' volumes: