Skip to content

Commit c24c5c1

Browse files
[bitnami/mariadb] Release mariadb-11.7.2-debian-12-r1
Signed-off-by: Alexandre Cavanna <[email protected]>
1 parent 0804c52 commit c24c5c1

28 files changed

+19
-11
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bitnami/mariadb/11.4/debian-12/tags-info.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

bitnami/mariadb/11.4/debian-12/Dockerfile renamed to bitnami/mariadb/11.7/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3dae
1111
org.opencontainers.image.created="2025-04-15T02:00:13Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mariadb/README.md" \
14-
org.opencontainers.image.ref.name="11.4.5-debian-12-r12" \
14+
org.opencontainers.image.ref.name="11.7.2-debian-12-r1" \
1515
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mariadb" \
1616
org.opencontainers.image.title="mariadb" \
1717
org.opencontainers.image.vendor="Broadcom, Inc." \
18-
org.opencontainers.image.version="11.4.5"
18+
org.opencontainers.image.version="11.7.2"
1919

2020
ENV HOME="/" \
2121
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN install_packages ca-certificates curl libaio1 libaudit1 libcap-ng0 libcrypt1
2929
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
3131
"ini-file-1.4.7-15-linux-${OS_ARCH}-debian-12" \
32-
"mariadb-11.4.5-2-linux-${OS_ARCH}-debian-12" \
32+
"mariadb-11.7.2-2-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN mkdir /docker-entrypoint-initdb.d
4949

5050
COPY rootfs /
5151
RUN /opt/bitnami/scripts/mariadb/postunpack.sh
52-
ENV APP_VERSION="11.4.5" \
52+
ENV APP_VERSION="11.7.2" \
5353
BITNAMI_APP_NAME="mariadb" \
5454
PATH="/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
5555

bitnami/mariadb/11.4/debian-12/docker-compose.yml renamed to bitnami/mariadb/11.7/debian-12/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
services:
55
mariadb:
6-
image: docker.io/bitnami/mariadb:11.4
6+
image: docker.io/bitnami/mariadb:11.7
77
ports:
88
- '3306:3306'
99
volumes:

bitnami/mariadb/11.4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json renamed to bitnami/mariadb/11.7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"arch": "amd64",
1010
"distro": "debian-12",
1111
"type": "NAMI",
12-
"version": "11.4.5-2"
12+
"version": "11.7.2-1"
1313
}
1414
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rolling-tags:
2+
- "11.7"
3+
- 11.7-debian-12
4+
- 11.7.2
5+
- latest

0 commit comments

Comments
 (0)