| ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in / |
| CMD ["sh"] |
| MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com> |
| COPY /rootfs / # buildkit |
| LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com> |
| ARG ARCH=amd64 |
| ARG OS=linux |
| COPY .build/linux-amd64/blackbox_exporter /bin/blackbox_exporter # buildkit |
| COPY blackbox.yml /etc/blackbox_exporter/config.yml # buildkit |
| EXPOSE map[9115/tcp:{}] |
| ENTRYPOINT ["/bin/blackbox_exporter"] |
| CMD ["--config.file=/etc/blackbox_exporter/config.yml"] |