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

Install kustomize.

parent d7df9c91
No related branches found
No related tags found
No related merge requests found
Pipeline #429427 passed
......@@ -6,3 +6,5 @@ RUN apk add --no-cache bash 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
RUN apk add --no-cache kustomize
......@@ -6,3 +6,5 @@ RUN apk add --no-cache bash 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
RUN apk add --no-cache kustomize
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