Conversation
|
I may be doing something wrong, but I'm getting: While working on trunk. |
|
smartctl_exporter/Dockerfile seems to be missing things. (no smartctl at least) |
|
I was able to get it to build and work with the following Dockerfile: One change needed to get it to pass the license check above, and one because I build it statically and one of the flags in Makefile.common isn't supported in that environment. In testing its working fairly well. but it still suffers from this issue too: #13 |
|
The Dockerfile is fine, we pre-build binaries in Prometheus projects, rather than maintain multi-stage Docker builds. |
|
Added a fix for the license check issue. |
370c030 to
c058bbc
Compare
|
The dockerfile looks to sill not include smartctl? Otherwise, everything else seems to be working well. |
|
Oh, right, the actual smartctl tool. |
First prometheus-community release.
Signed-off-by: SuperQ superq@gmail.com