Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mariadb-image for openSUSE:Factory checked in at 2025-06-13 18:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb-image (Old) and /work/SRC/openSUSE:Factory/.mariadb-image.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb-image" Fri Jun 13 18:48:03 2025 rev:55 rq:1285469 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb-image/mariadb-image.changes 2025-06-12 15:55:00.817547991 +0200 +++ /work/SRC/openSUSE:Factory/.mariadb-image.new.19631/mariadb-image.changes 2025-06-13 18:48:12.493634266 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 10:46:48 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- set permissions on folders correctly so that non-root usage works + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.K6YVha/_old 2025-06-13 18:48:13.145661220 +0200 +++ /var/tmp/diff_new_pack.K6YVha/_new 2025-06-13 18:48:13.149661386 +0200 @@ -79,7 +79,8 @@ # Disable binding to localhost only, doesn't make sense in a container RUN set -euo pipefail; sed -i -e 's|^\(bind-address.*\)|#\1|g' /etc/my.cnf -RUN set -euo pipefail; mkdir /run/mysql +RUN set -euo pipefail; install -d -m 0755 -o mysql -g mysql /run/mysql +RUN set -euo pipefail; install -d -m 0700 -o mysql -g root /var/lib/mysql VOLUME /var/lib/mysql