Skip to content
Snippets Groups Projects
Verified Commit b9cac682 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

I'll do it myself.

parent 84395f63
No related branches found
No related tags found
No related merge requests found
Pipeline #349800 passed
FROM d3fk/kubectl:v1.29
FROM alpine:latest
RUN apk update
RUN apk add --no-cache bash curl wget
RUN apk add --no-cache curl wget
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.29.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin
FROM alpine:latest
RUN apk update
RUN apk add --no-cache curl wget
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.30.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment