Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-17-image for openSUSE:Factory checked in at 2025-07-14 10:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-17-image (Old) and /work/SRC/openSUSE:Factory/.postgres-17-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-17-image" Mon Jul 14 10:49:59 2025 rev:20 rq:1292239 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-17-image/postgres-17-image.changes 2025-06-11 16:23:20.176487167 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-17-image.new.7373/postgres-17-image.changes 2025-07-14 10:55:10.169259271 +0200 @@ -1,0 +2,5 @@ +Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- order ENVs alphanumerically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.YTp1sS/_old 2025-07-14 10:55:10.825286437 +0200 +++ /var/tmp/diff_new_pack.YTp1sS/_new 2025-07-14 10:55:10.829286604 +0200 @@ -48,9 +48,9 @@ # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" ENV LANG="en_US.utf8" +ENV PGDATA="/var/lib/pgsql/data" ENV PG_MAJOR="17" ENV PG_VERSION="%%pg_minor_version%%" -ENV PGDATA="/var/lib/pgsql/data" ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] CMD ["postgres"] EXPOSE 5432/tcp