Skip to content

Automate New version #13

@F-Eckhard

Description

@F-Eckhard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions