mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-18 17:01:07 +00:00
node_exporter to v1.8.2
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
0b677673b5
commit
95fcdc3fe0
@ -15,4 +15,4 @@ services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:a58fcb21c090f32539ad45519fec1ab0381d4c62
|
||||
image: linuxkit/node_exporter:e8a4d08e3619b892f75109b8e8eeabbd041cc525
|
||||
|
@ -5,7 +5,7 @@ RUN apk add --no-cache go git musl-dev make curl gcc
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
ENV GITBASE=github.com/prometheus
|
||||
ENV GITREPO=github.com/prometheus/node_exporter
|
||||
ENV COMMIT=v0.18.1
|
||||
ENV COMMIT=v1.8.2
|
||||
|
||||
RUN mkdir -p /go/src/${GITBASE} \
|
||||
&& cd /go/src/${GITBASE} \
|
||||
|
Loading…
Reference in New Issue
Block a user