We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95de7 commit 6cb4cd9Copy full SHA for 6cb4cd9
Dockerfile
@@ -17,7 +17,7 @@ COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_export
17
EXPOSE 9114
18
ENTRYPOINT [ "/bin/elasticsearch_exporter" ]
19
20
-FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.11 AS ubi
+FROM quay.io/sysdig/sysdig-stig-mini-ubi9:1.2.0 AS ubi
21
22
COPY --from=builder /go/src/github.com/prometheus-community/elasticsearch_exporter/elasticsearch_exporter /bin/elasticsearch_exporter
23
0 commit comments