Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mariadb-client-image for
openSUSE:Factory checked in at 2025-02-22 19:05:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-client-image (Old)
and /work/SRC/openSUSE:Factory/.mariadb-client-image.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-client-image"
Sat Feb 22 19:05:11 2025 rev:34 rq:1247777 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/mariadb-client-image/mariadb-client-image.changes
2025-02-05 12:40:59.249940939 +0100
+++
/work/SRC/openSUSE:Factory/.mariadb-client-image.new.1873/mariadb-client-image.changes
2025-02-22 19:05:36.188416523 +0100
@@ -1,0 +2,5 @@
+Fri Feb 21 10:12:28 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- Bump mariadb version to 11.7
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.G3yhUj/_old 2025-02-22 19:05:38.332505813 +0100
+++ /var/tmp/diff_new_pack.G3yhUj/_new 2025-02-22 19:05:38.372507479 +0100
@@ -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 @@
# 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
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.G3yhUj/_old 2025-02-22 19:05:38.536514308 +0100
+++ /var/tmp/diff_new_pack.G3yhUj/_new 2025-02-22 19:05:38.584516308 +0100
@@ -13,13 +13,13 @@
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