From 48cb1f08005c37651a3d49c840e5347ae24257d39e3427496bfd7fc582c71fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 31 Oct 2024 16:11:25 +0000 Subject: [PATCH] [info=629b5a4c5490cf4bf30ddc3723d608bb] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/blackbox_exporter-image?expand=0&rev=213 --- Dockerfile | 2 +- blackbox_exporter-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ad3dbe..daa618b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,6 @@ LABEL org.opensuse.release-stage="released" 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"] diff --git a/blackbox_exporter-image.changes b/blackbox_exporter-image.changes index 84ed08e..0bd8d10 100644 --- a/blackbox_exporter-image.changes +++ b/blackbox_exporter-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot + +- be explicit in protocol for expose statement + ------------------------------------------------------------------- Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot