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 && \
7
7
git -C jsonnet checkout v0.12.1 && \
8
8
make -C jsonnet LDFLAGS=-static
9
9
10
+ FROM prom/prometheus:v2.8.1
11
+
10
12
FROM circleci/golang:1.10.3-stretch
11
13
COPY --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
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : csmarchbanks/kubernetes-mixin-build:jsonnet-0.12 .1
5
+ - image : csmarchbanks/kubernetes-mixin-build:0.1 .1
6
6
7
7
working_directory : /go/src/github.com/kubernetes-monitoring/kubernetes-mixin
8
8
steps :
9
9
- 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
15
10
- run : jb install
16
11
- run : make
You can’t perform that action at this time.
0 commit comments