Skip to content

Commit

Permalink
Add missing zip to build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Oct 19, 2021
1 parent c625205 commit 61250ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-c62520540
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
test:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-c62520540
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand All @@ -70,7 +70,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-4e65adf94
image: us.gcr.io/kubernetes-dev/mimir-build-image:20211018_import-cortex-mixin-c62520540
credentials:
username: _json_key
password: ${{ secrets.gcr_json_key }}
Expand Down
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM golang:1.16.6-buster
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
RUN apt-get update && apt-get install -y curl python-requests python-yaml file jq unzip protobuf-compiler libprotobuf-dev shellcheck && \
RUN apt-get update && apt-get install -y curl python-requests python-yaml file jq zip unzip protobuf-compiler libprotobuf-dev shellcheck && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN go get -u golang.org/x/tools/cmd/goimports@3fce476f0a782aeb5034d592c189e63be4ba6c9e
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
Expand Down

0 comments on commit 61250ef

Please sign in to comment.