add dockerfile installing helm in definable version, default is v2.9.0
This commit is contained in:
parent
bc66ac867d
commit
87f8a7d7ba
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
ARG HELM_VERSION=v2.9.0
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
MAINTAINER hanjo@bunix.de
|
||||
|
||||
RUN wget -O helm-$HELM_VERSION-linux-amd64.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz \
|
||||
tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz
|
Reference in New Issue
Block a user