File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,9 @@ RUN git clone https://github.com/google/jsonnet && \
77 git -C jsonnet checkout v0.12.1 && \
88 make -C jsonnet LDFLAGS=-static
99
10+ FROM prom/prometheus:v2.8.1
11+
1012FROM circleci/golang:1.10.3-stretch
1113COPY --from=0 jsonnet/jsonnet /usr/bin
14+ COPY --from=1 /bin/promtool /usr/bin
15+ RUN go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
Original file line number Diff line number Diff line change @@ -2,15 +2,10 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : csmarchbanks/kubernetes-mixin-build:jsonnet-0.12 .1
5+ - image : csmarchbanks/kubernetes-mixin-build:0.1 .1
66
77 working_directory : /go/src/github.com/kubernetes-monitoring/kubernetes-mixin
88 steps :
99 - checkout
10- - run :
11- name : Install tools
12- command : |
13- go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
14- go get github.com/prometheus/prometheus/cmd/promtool
1510 - run : jb install
1611 - run : make
You can’t perform that action at this time.
0 commit comments