Open devops-42 opened 3 years ago
That DNS test fails sometimes (nothing to do with Docker), I've yet to fully determine why. Any insights there would be appreciated.
@devops-42 where you able to fix this issue?
I was just trying to reproduce with the provided Dockerfile, but that fails. After fixing it, it fails in a different way (one of the tests is trying to resolve ipv6.google.com and it fails not sure why).
Hi @mem,
to be honest I haven't tried again since the build update #722 But within the next days I'll give it a try again and will inform you about the success :)
Host operating system: output of
uname -a
Builder image for go (Docker): golang:1.15.5-buster
blackbox_exporter version: output of
blackbox_exporter -version
No success,
make
failed with errorWhat is the blackbox.yml module config.
Not relevant
What is the prometheus.yml scrape config.
Not relevant
What logging output did you get from adding
&debug=true
to the probe URL?Not relevant
What did you do that produced an error?
I tried to build blackbox_exporter with Docker using a builder image. My Dockerfile looks like:
When starting the Docker build the last step aborts with a failure (most likely in testing DNS).
What did you expect to see?
Issuing the
make
command finished successfully. Below an example of a successful build on a VM:What did you see instead?
What I'm doing wrong?
Thanks for your help!