1
0
Fork 0

bump blackbox-exporter 0.21.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Massaki Archambault 2022-08-01 14:33:58 -04:00
parent a0f338c113
commit 4205606c8c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM prom/blackbox-exporter:v0.19.0 as bbe FROM prom/blackbox-exporter:v0.21.1 as bbe
FROM alpine:3.14.2 FROM alpine:3
COPY --from=bbe /bin/blackbox_exporter /bin/blackbox_exporter COPY --from=bbe /bin/blackbox_exporter /bin/blackbox_exporter
COPY --from=bbe /etc/blackbox_exporter/config.yml /etc/blackbox_exporter/config.yml COPY --from=bbe /etc/blackbox_exporter/config.yml /etc/blackbox_exporter/config.yml
@ -10,4 +10,4 @@ RUN apk add --no-cache libcap \
EXPOSE 9115 EXPOSE 9115
ENTRYPOINT [ "/bin/blackbox_exporter" ] ENTRYPOINT [ "/bin/blackbox_exporter" ]
CMD [ "--config.file=/etc/blackbox_exporter/config.yml" ] CMD [ "--config.file=/etc/blackbox_exporter/config.yml" ]