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.
2 parents 1d08e77 + d719b57 commit 9107c9bCopy full SHA for 9107c9b
nginx/Dockerfile-prometheus
@@ -5,7 +5,7 @@ USER root
5
ENV SCRAPE_URI=http://localhost:8080/stub_status
6
7
RUN microdnf install -y git-core make go
8
-RUN git clone --branch v0.11.0 https://github.com/nginxinc/nginx-prometheus-exporter
+RUN git clone --branch v1.2.0 https://github.com/nginxinc/nginx-prometheus-exporter
9
RUN cd nginx-prometheus-exporter && make && chmod +x ./nginx-prometheus-exporter
10
11
CMD ./nginx-prometheus-exporter/nginx-prometheus-exporter -nginx.scrape-uri $SCRAPE_URI
0 commit comments