mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Write rule_checker to /bin/rule_checker
This commit is contained in:
parent
166f492a0e
commit
fb3b464f7d
|
@ -18,7 +18,7 @@ RUN apk add --update -t build-deps go git mercurial vim \
|
||||||
-X main.buildDate $(date +%Y%m%d-%H:%M:%S) \
|
-X main.buildDate $(date +%Y%m%d-%H:%M:%S) \
|
||||||
-X main.goVersion $(go version | awk '{print substr($3,3)}') \
|
-X main.goVersion $(go version | awk '{print substr($3,3)}') \
|
||||||
" -o /bin/prometheus \
|
" -o /bin/prometheus \
|
||||||
&& cd tools/rule_checker && go build && cd ../.. \
|
&& cd tools/rule_checker && go build -o /bin/rule_checker && cd ../.. \
|
||||||
&& mkdir -p /etc/prometheus \
|
&& mkdir -p /etc/prometheus \
|
||||||
&& mv ./documentation/examples/prometheus.conf /etc/prometheus/prometheus.conf \
|
&& mv ./documentation/examples/prometheus.conf /etc/prometheus/prometheus.conf \
|
||||||
&& mv ./console_libraries/ ./consoles/ /etc/prometheus/ \
|
&& mv ./console_libraries/ ./consoles/ /etc/prometheus/ \
|
||||||
|
|
Loading…
Reference in a new issue