-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi Wernight,
First, thanks for this dockerfile, helps a lot ;)
One suggestion for this would be to automaticaly get the newest version:
RUN apk add --update curl &&
rm -rf /var/cache/apk/*
RUN VERSION=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt) && curl https://storage.googleapis.com/kubernetes-release/release/$VERSION/bin/linux/amd64/kubectl >> /usr/local/bin/kubectl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels