Skip to content

Commit

Permalink
https://github.com/mitodl/ol-infrastructure/issues/2687
Browse files Browse the repository at this point in the history
feat: add kubectl to concourse pulumi container.
  • Loading branch information
feoh committed Oct 4, 2024
1 parent 9f9ce50 commit 8388720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ CMD ["/bin/sh"]

COPY bin/* /opt/resource/
COPY lib/* /opt/resource/lib/

RUN /usr/bin/curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl

0 comments on commit 8388720

Please sign in to comment.