Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package postgres-15-image for
openSUSE:Factory checked in at 2026-07-10 17:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-15-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-15-image.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-15-image"
Fri Jul 10 17:47:28 2026 rev:65 rq:1364895 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-15-image/postgres-15-image.changes
2026-07-06 12:33:28.993791133 +0200
+++
/work/SRC/openSUSE:Factory/.postgres-15-image.new.1991/postgres-15-image.changes
2026-07-10 17:49:32.950051658 +0200
@@ -1,0 +2,5 @@
+Wed Jul 8 08:53:04 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- unset bootstrap credentials before exec-ing the server
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docker-entrypoint.sh ++++++
--- /var/tmp/diff_new_pack.tXiE6J/_old 2026-07-10 17:49:34.166093106 +0200
+++ /var/tmp/diff_new_pack.tXiE6J/_new 2026-07-10 17:49:34.170093242 +0200
@@ -377,6 +377,8 @@
EOM
fi
+
+ unset "${!POSTGRES_@}"
fi
exec "$@"