[info=629b5a4c5490cf4bf30ddc3723d608bb]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/blackbox_exporter-image?expand=0&rev=213
This commit is contained in:
Dan Čermák 2024-10-31 16:11:25 +00:00 committed by Git OBS Bridge
parent a384296570
commit 48cb1f0800
2 changed files with 6 additions and 1 deletions

View File

@ -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"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 18:28:27 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- be explicit in protocol for expose statement
-------------------------------------------------------------------
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>