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 2024-11-01 21:05:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-13-image (Old) and /work/SRC/openSUSE:Factory/.postgres-13-image.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "postgres-13-image" Fri Nov 1 21:05:05 2024 rev:29 rq:1219932 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-13-image/postgres-13-image.changes 2024-10-30 22:58:24.936276190 +0100 +++ /work/SRC/openSUSE:Factory/.postgres-13-image.new.2020/postgres-13-image.changes 2024-11-01 21:05:38.173589877 +0100 @@ -1,0 +2,5 @@ +Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-internal@suse.de> + +- be explicit in protocol for expose statement + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.lKOy1P/_old 2024-11-01 21:05:38.669610627 +0100 +++ /var/tmp/diff_new_pack.lKOy1P/_new 2024-11-01 21:05:38.673610795 +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; \