Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blackbox_exporter-image for openSUSE:Factory checked in at 2024-11-01 21:05:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blackbox_exporter-image (Old) and /work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blackbox_exporter-image" Fri Nov 1 21:05:02 2024 rev:24 rq:1219931 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/blackbox_exporter-image/blackbox_exporter-image.changes 2024-10-30 22:58:49.845313358 +0100 +++ /work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.2020/blackbox_exporter-image.changes 2024-11-01 21:05:35.469476754 +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.wKncty/_old 2024-11-01 21:05:35.889494325 +0100 +++ /var/tmp/diff_new_pack.wKncty/_new 2024-11-01 21:05:35.893494493 +0100 @@ -45,7 +45,7 @@ LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/blackbox_exporter-image/README.md" ENTRYPOINT ["/usr/bin/blackbox_exporter"] CMD ["--config.file=/etc/prometheus/blackbox.yml"] -EXPOSE 9115 +EXPOSE 9115/tcp HEALTHCHECK --interval=5s --timeout=5s --retries=5 \ CMD ["/usr/bin/curl", "-m", "2", "-sf", "http://localhost:9115/-/healthy"]