-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed kubetpl from the README and playground (until integration exa…
…mple is simplified)
- Loading branch information
Showing
3 changed files
with
20 additions
and
202 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# 6206C32E111611688694CF5530BDA87E3E71C268 Jean-Luc Picard <[email protected]> | ||
# - 1 imported (3rd party) public key | ||
# 160A7A9CF46221A56B06AD64461A804F2609FD89 Stanley Shyiko <[email protected]> | ||
# + gpg2.1+, kubesec, vim (as a default $EDITOR) and kubetpl (in case you want to try 2nd example from readme) | ||
# + gpg2.1+, kubesec, vim (as a default $EDITOR) | ||
# | ||
# Usage: | ||
# docker run -it --rm shyiko/kubesec-playground:latest /bin/bash | ||
|
@@ -27,15 +27,6 @@ RUN gpg2 --import jean-luc.picard.pubkey && \ | |
RUN gpg2 --keyserver pgp.mit.edu --recv-keys 461A804F2609FD89 | ||
# printf "trust\n5\ny\n" > gpg-trust.cmd && gpg2 --command-file gpg-trust.cmd --edit-key 461A804F2609FD89 | ||
|
||
ARG KUBETPL_VERSION=unspecified | ||
ENV KUBETPL_VERSION=$KUBETPL_VERSION | ||
|
||
RUN curl -sSL https://github.com/shyiko/kubetpl/releases/download/$KUBETPL_VERSION/kubetpl-$KUBETPL_VERSION-linux-amd64 -o /usr/local/bin/kubetpl &&\ | ||
chmod a+x /usr/local/bin/kubetpl | ||
|
||
RUN curl -sSL https://github.com/mikefarah/yaml/releases/download/1.11/yaml_linux_amd64 -o /usr/local/bin/yaml &&\ | ||
chmod a+x /usr/local/bin/yaml | ||
|
||
ARG KUBESEC_VERSION=unspecified | ||
ENV KUBESEC_VERSION=$KUBESEC_VERSION | ||
|
||
|