Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package postgres-13-image for
openSUSE:Factory checked in at 2025-07-14 10:49:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-13-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-13-image.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-13-image"
Mon Jul 14 10:49:45 2025 rev:42 rq:1292223 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-13-image/postgres-13-image.changes
2025-06-11 16:23:17.376370318 +0200
+++
/work/SRC/openSUSE:Factory/.postgres-13-image.new.7373/postgres-13-image.changes
2025-07-14 10:54:35.003803035 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- order ENVs alphanumerically
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.hbKRuN/_old 2025-07-14 10:54:35.799835999 +0200
+++ /var/tmp/diff_new_pack.hbKRuN/_new 2025-07-14 10:54:35.803836166 +0200
@@ -47,9 +47,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="13"
ENV PG_VERSION="%%pg_minor_version%%"
-ENV PGDATA="/var/lib/pgsql/data"
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postgres"]
EXPOSE 5432/tcp