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