Skip to content

Commit

Permalink
Dynamically determine image of plugins (#1192)
Browse files Browse the repository at this point in the history
* Simplify cmd/sonobuoy/app/images
* Upgrade KinD API & node image, we're going back to using upstream KinD

Signed-off-by: Wilson E. Husin <whusin@vmware.com>
  • Loading branch information
wilsonehusin authored Nov 19, 2020
1 parent df8d4eb commit 0c072ef
Show file tree
Hide file tree
Showing 14 changed files with 299 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- run:
name: "Install kind"
command: |
curl -L https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64 --output kind
curl -L https://github.com/kubernetes-sigs/kind/releases/download/v0.9.0/kind-linux-amd64 --output kind
chmod +x ./kind
sudo mv ./kind /usr/local/bin
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 --output jq
Expand Down
Loading

0 comments on commit 0c072ef

Please sign in to comment.