Accepting request 1219931 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1219931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/blackbox_exporter-image?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2024-11-01 20:05:02 +00:00 committed by Git OBS Bridge
commit f85bd9f6c9
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>