Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 38809ae

Browse files
committed
Install official find and sed in build-image
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 3527936 commit 38809ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workflows:
1111
jobs:
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:
@@ -26,7 +26,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM golang:1.15-alpine AS mixtool-builder
3030
RUN GO111MODULE=on go get github.com/monitoring-mixins/mixtool/cmd/mixtool@ae18e31161ea10545b9c1ac0d23c10122f2c12b5
3131

3232
FROM 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
3434
COPY --from=jsonnet-builder /usr/bin/jsonnetfmt /usr/bin
3535
COPY --from=jsonnet-builder /usr/bin/jsonnet /usr/bin
3636
COPY --from=jb-builder /usr/bin/jb /usr/bin

0 commit comments

Comments
 (0)