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 2024-11-01 21:05:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-14-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-14-image.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-14-image"
Fri Nov 1 21:05:18 2024 rev:30 rq:1219935 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-14-image/postgres-14-image.changes
2024-10-30 22:57:48.942777484 +0100
+++
/work/SRC/openSUSE:Factory/.postgres-14-image.new.2020/postgres-14-image.changes
2024-11-01 21:05:50.778117170 +0100
@@ -1,0 +2,5 @@
+Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <[email protected]>
+
+- be explicit in protocol for expose statement
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.MqYTOP/_old 2024-11-01 21:05:51.242136582 +0100
+++ /var/tmp/diff_new_pack.MqYTOP/_new 2024-11-01 21:05:51.246136749 +0100
@@ -50,7 +50,7 @@
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postgres"]
-EXPOSE 5432
+EXPOSE 5432/tcp
COPY docker-entrypoint.sh /usr/local/bin/
RUN set -euo pipefail; chmod +x /usr/local/bin/docker-entrypoint.sh; \
sed -i -e 's/exec gosu postgres "/exec setpriv --reuid=postgres
--regid=postgres --clear-groups -- "/g' /usr/local/bin/docker-entrypoint.sh; \