diff --git a/Dockerfile b/Dockerfile index cd7e6f1..9270b4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ #!ExclusiveArch: aarch64 ppc64le s390x x86_64 #!BuildTag: opensuse/mariadb-client:%%mariadb_version%%-%RELEASE% #!BuildTag: opensuse/mariadb-client:%%mariadb_version%% -#!BuildTag: opensuse/mariadb-client:11.6 +#!BuildTag: opensuse/mariadb-client:11.7 #!BuildTag: opensuse/mariadb-client:latest FROM opensuse/bci/bci-micro:latest AS target @@ -31,7 +31,7 @@ RUN set -euo pipefail; \ # sanity check that the version from the tag is equal to the version of mariadb-client that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' mariadb-client | \ - cut -d '.' -f -2)" = "11.6" ] + cut -d '.' -f -2)" = "11.7" ] FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers diff --git a/README.md b/README.md index a352fd8..3da0b72 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ This image contains the [MariaDB client](https://mariadb.com/kb/en/mariadb-comma To connect to a MariaDB instance, run the following command: ```ShellSession -$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.6 mariadb -h $HOST_IP -u root -p +$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.7 mariadb -h $HOST_IP -u root -p ``` Use the command below to dump all databases: ```ShellSession -$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.6 mariadb-dump $HOST_IP -p --all-databases > my-dump.sql +$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.7 mariadb-dump $HOST_IP -p --all-databases > my-dump.sql ``` ## Utilities diff --git a/mariadb-client-image.changes b/mariadb-client-image.changes index 5c08d62..8d2a2d6 100644 --- a/mariadb-client-image.changes +++ b/mariadb-client-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 21 10:12:28 UTC 2025 - SUSE Update Bot + +- Bump mariadb version to 11.7 + ------------------------------------------------------------------- Fri Jan 31 13:55:15 UTC 2025 - SUSE Update Bot