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 2026-06-15 19:47:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-client-image (Old)
and /work/SRC/openSUSE:Factory/.mariadb-client-image.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-client-image"
Mon Jun 15 19:47:39 2026 rev:46 rq:1359428 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/mariadb-client-image/mariadb-client-image.changes
2026-03-27 06:44:16.265010984 +0100
+++
/work/SRC/openSUSE:Factory/.mariadb-client-image.new.1981/mariadb-client-image.changes
2026-06-15 19:51:48.352455911 +0200
@@ -1,0 +2,10 @@
+Mon Jun 15 08:04:58 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- adjust for new version
+
+-------------------------------------------------------------------
+Mon Jun 15 08:02:42 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- improve image cleaning
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.f7uI3o/_old 2026-06-15 19:51:49.068485940 +0200
+++ /var/tmp/diff_new_pack.f7uI3o/_new 2026-06-15 19:51:49.072486108 +0200
@@ -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.8
+#!BuildTag: opensuse/mariadb-client:12.3
#!BuildTag: opensuse/mariadb-client:latest
FROM opensuse/bci/bci-micro:latest AS target
@@ -30,13 +30,13 @@
# 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.8" ]
+ cut -d '.' -f -2)" = "12.3" ]
# cleanup logs and temporary files
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
t=$(mktemp -d); mv /target/usr/lib/sysimage/rpm/Packages.db $t; rpmdb
--rebuilddb --dbpath=$t; \
rm /target/usr/lib/sysimage/rpm/*.db && mv $t/Packages.db
/target/usr/lib/sysimage/rpm/; \
- rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2};
\
+ rm -rf
{/target,}/var/log/{alternatives.log,lastlog,suseconnect.log,tallylog,zypper.log,zypp/history,YaST2};
\
rm -rf {/target,}/run/*; \
rm -f {/target,}/etc/{shadow-,group-,passwd-,.pwd.lock}; \
rm -f {/target,}/usr/lib/sysimage/rpm/.rpm.lock; \
@@ -48,7 +48,6 @@
RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/'
/target/etc/shadow
FROM opensuse/bci/bci-micro:latest
COPY --from=builder /target /
-RUN set -euo pipefail; rm -vf /usr/lib/sysimage/rpm/Index.db
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.mariadb-client
LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Client"
++++++ README.md ++++++
--- /var/tmp/diff_new_pack.f7uI3o/_old 2026-06-15 19:51:49.128488457 +0200
+++ /var/tmp/diff_new_pack.f7uI3o/_new 2026-06-15 19:51:49.136488792 +0200
@@ -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.8
mariadb -h $HOST_IP -u root -p
+$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:12.3
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.8
mariadb-dump $HOST_IP -p --all-databases > my-dump.sql
+$ podman run -it --rm registry.opensuse.org/opensuse/mariadb-client:12.3
mariadb-dump $HOST_IP -p --all-databases > my-dump.sql
```
## Utilities