Skip to content

Commit

Permalink
Add helm 3.0.0 in build docker image (kanisterio#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 authored and mergify[bot] committed Nov 27, 2019
1 parent e839193 commit b3a7446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY --from=bitnami/kubectl:1.13.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/b

COPY --from=goreleaser/goreleaser:v0.116.0 /bin/goreleaser /usr/local/bin/

COPY --from=alpine/helm:3.0.0 /usr/bin/helm /usr/local/bin/

RUN wget -O /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.5.1/kind-linux-amd64 \
&& chmod +x /usr/local/bin/kind

Expand Down

0 comments on commit b3a7446

Please sign in to comment.