Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb-image for openSUSE:Factory 
checked in at 2024-11-01 21:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb-image (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb-image.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb-image"

Fri Nov  1 21:04:56 2024 rev:41 rq:1219929 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb-image/mariadb-image.changes      
2024-10-30 22:57:52.930943544 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb-image.new.2020/mariadb-image.changes    
2024-11-01 21:05:29.429224070 +0100
@@ -1,0 +2,5 @@
+Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de>
+
+- be explicit in protocol for expose statement
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.624B7Q/_old  2024-11-01 21:05:30.081251346 +0100
+++ /var/tmp/diff_new_pack.624B7Q/_new  2024-11-01 21:05:30.085251514 +0100
@@ -45,7 +45,7 @@
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/mariadb-image/README.md";
 ENTRYPOINT ["docker-entrypoint.sh"]
 CMD ["mariadbd"]
-EXPOSE 3306
+EXPOSE 3306/tcp
 # sanity check that the version from the tag is equal to the version of 
mariadb-client that we expect
 RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' mariadb-client | cut -d 
'.' -f -2)" = "11.5" ]
 

Reply via email to