This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download and verify kustomize binary
- Loading branch information
Alfonso Acosta
committed
Apr 11, 2019
1 parent
2eb3f4c
commit c83d6de
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,7 @@ RUN ssh-keyscan github.com gitlab.com bitbucket.org ssh.dev.azure.com vs-ssh.vis | |
COPY ./ssh_config /etc/ssh/ssh_config | ||
|
||
COPY ./kubectl /usr/local/bin/ | ||
|
||
# TODO(fons): do this properly (copying locally, caching, hash-checking etc ...) | ||
ADD https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_linux_amd64 /usr/local/bin/kustomize | ||
RUN chmod +x /usr/local/bin/kustomize | ||
COPY ./kustomize /usr/local/bin | ||
|
||
# These are pretty static | ||
LABEL maintainer="Weaveworks <[email protected]>" \ | ||
|