Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-tomcat-9-image for
openSUSE:Factory checked in at 2024-11-01 21:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-tomcat-9-image (Old)
and /work/SRC/openSUSE:Factory/.apache-tomcat-9-image.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-tomcat-9-image"
Fri Nov 1 21:05:22 2024 rev:9 rq:1219936 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-tomcat-9-image/apache-tomcat-9-image.changes
2024-10-30 22:58:35.928733897 +0100
+++
/work/SRC/openSUSE:Factory/.apache-tomcat-9-image.new.2020/apache-tomcat-9-image.changes
2024-11-01 21:05:53.554233305 +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.openjdk17 ++++++
--- /var/tmp/diff_new_pack.Ixbb5D/_old 2024-11-01 21:05:54.070254892 +0100
+++ /var/tmp/diff_new_pack.Ixbb5D/_new 2024-11-01 21:05:54.074255059 +0100
@@ -54,7 +54,7 @@
ENV PATH="/usr/share/tomcat/bin:$PATH"
CMD ["/usr/libexec/tomcat/server", "start"]
-EXPOSE 8080
+EXPOSE 8080/tcp
RUN set -euo pipefail; mkdir -p /var/log/tomcat; chown --recursive
tomcat:tomcat /var/log/tomcat
RUN set -euo pipefail; ln -s /usr/share/tomcat /usr/local/tomcat
RUN set -euo pipefail; \