This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ workflows:
1111jobs :
1212 lint :
1313 docker :
14- - image : grafana/cortex-jsonnet-build-image:e19ece2
14+ - image : grafana/cortex-jsonnet-build-image:3527936
1515 steps :
1616 - checkout
1717 - run :
2626
2727 build :
2828 docker :
29- - image : grafana/cortex-jsonnet-build-image:e19ece2
29+ - image : grafana/cortex-jsonnet-build-image:3527936
3030 steps :
3131 - checkout
3232 - run : make build-mixin
3535
3636 test-readme :
3737 docker :
38- - image : grafana/cortex-jsonnet-build-image:e19ece2
38+ - image : grafana/cortex-jsonnet-build-image:3527936
3939 steps :
4040 - checkout
4141 - run : make test-readme
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FROM golang:1.15-alpine AS mixtool-builder
3030RUN GO111MODULE=on go get github.com/monitoring-mixins/mixtool/cmd/mixtool@ae18e31161ea10545b9c1ac0d23c10122f2c12b5
3131
3232FROM alpine:3.13
33- RUN apk add --no-cache git make libgcc libstdc++ zip
33+ RUN apk add --no-cache git make libgcc libstdc++ zip findutils sed
3434COPY --from=jsonnet-builder /usr/bin/jsonnetfmt /usr/bin
3535COPY --from=jsonnet-builder /usr/bin/jsonnet /usr/bin
3636COPY --from=jb-builder /usr/bin/jb /usr/bin
You can’t perform that action at this time.
0 commit comments