ARG must be after FROM for rest of Dockerfile
This commit is contained in:
parent
77d68d4238
commit
017c86514f
@ -1,9 +1,9 @@
|
||||
ARG HELM_VERSION=v2.9.0
|
||||
|
||||
FROM alpine:3.6
|
||||
|
||||
MAINTAINER hanjo@bunix.de
|
||||
|
||||
ARG HELM_VERSION=v2.9.0
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz --output helm-$HELM_VERSION-linux-amd64.tar.gz --silent && \
|
||||
|
Reference in New Issue
Block a user