Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package postgres-18-image for
openSUSE:Factory checked in at 2026-07-10 17:47:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-18-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-18-image.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-18-image"
Fri Jul 10 17:47:38 2026 rev:19 rq:1364896 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-18-image/postgres-18-image.changes
2026-07-06 12:33:31.785888300 +0200
+++
/work/SRC/openSUSE:Factory/.postgres-18-image.new.1991/postgres-18-image.changes
2026-07-10 17:49:39.490274575 +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.uoTQ1l/_old 2026-07-10 17:49:40.646313977 +0200
+++ /var/tmp/diff_new_pack.uoTQ1l/_new 2026-07-10 17:49:40.650314113 +0200
@@ -377,6 +377,8 @@
EOM
fi
+
+ unset "${!POSTGRES_@}"
fi
exec "$@"