diff --git a/Dockerfile b/Dockerfile index 8627975..9d099bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ # You can contact the BCI team via https://github.com/SUSE/bci/discussions -#!BuildTag: opensuse/mariadb-client:11.4 -#!BuildTag: opensuse/mariadb-client:11.4-%RELEASE% +#!BuildTag: opensuse/mariadb-client:11.5 +#!BuildTag: opensuse/mariadb-client:11.5-%RELEASE% #!BuildTag: opensuse/mariadb-client:latest FROM opensuse/tumbleweed:latest @@ -27,13 +27,13 @@ RUN set -euo pipefail; zypper -n in --no-recommends mariadb-client; zypper -n cl LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Client" LABEL org.opencontainers.image.description="MariaDB Client container based on the openSUSE Tumbleweed Base Container Image." -LABEL org.opencontainers.image.version="11.4" +LABEL org.opencontainers.image.version="11.5" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="11.4-%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/mariadb-client:11.4-%RELEASE%" +LABEL org.opencontainers.image.ref.name="11.5-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/mariadb-client:11.5-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" @@ -41,4 +41,4 @@ LABEL org.opensuse.release-stage="released" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/mariadb-client-image/README.md" CMD ["mariadb"] # sanity check that the version from the tag is equal to the version of mariadb-client that we expect -RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d '.' -f -2)" = "11.4" ] +RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d '.' -f -2)" = "11.5" ] diff --git a/README.md b/README.md index 7bd0b17..ca30b74 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.4 mariadb -h $HOST_IP -u root -p +$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.5 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.4 mariadb-dump $HOST_IP -p --all-databases > my-dump.sql +$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:11.5 mariadb-dump $HOST_IP -p --all-databases > my-dump.sql ``` ## Utilities diff --git a/mariadb-client-image.changes b/mariadb-client-image.changes index 78b998a..910a30c 100644 --- a/mariadb-client-image.changes +++ b/mariadb-client-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 06:51:05 UTC 2024 - Dirk Mueller + +- Bump main package version + ------------------------------------------------------------------- Wed Aug 14 12:30:32 UTC 2024 - Dirk Mueller