Update metric dependencies (#5023)
This commit is contained in:
parent
4befa8cc8a
commit
9278f0cad2
128 changed files with 3873 additions and 2729 deletions
4
vendor/github.com/ncabatoff/process-exporter/Dockerfile
generated
vendored
4
vendor/github.com/ncabatoff/process-exporter/Dockerfile
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# Start from a Debian image with the latest version of Go installed
|
||||
# and a workspace (GOPATH) configured at /go.
|
||||
FROM golang:1.10 AS build
|
||||
FROM golang:1.12 AS build
|
||||
#RUN curl -L -s https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -o $GOPATH/bin/dep
|
||||
#RUN chmod +x $GOPATH/bin/dep
|
||||
WORKDIR /go/src/github.com/ncabatoff/process-exporter
|
||||
|
|
@ -8,7 +8,7 @@ ADD . .
|
|||
#RUN dep ensure
|
||||
|
||||
# Build the process-exporter command inside the container.
|
||||
RUN make
|
||||
RUN make
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue