-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update our registry to dockerhub and use our latest kind-node (#927)
New Dockerhub org for sonobuoy so we will start moving our image publishing there. As of now we do not have our main images published there (another PR will do that) but I've manually built/pushed kind-node:v1.16.0 and so we can use it in our CI. - updates makefile to make/build based on the sonobuoy repo - updates the default repo to grab the sonobuoy image from - updates our test to use the custom kind image - updates our makefile to build the custom kind image Fixes #913 Signed-off-by: John Schnake <[email protected]>
- Loading branch information
1 parent
c799770
commit 15ab7f3
Showing
12 changed files
with
56 additions
and
25 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
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
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
Oops, something went wrong.
15ab7f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I've faced problem connected with this commit. During the docs default steps:
should download and run sonouboy image from registry - now docker registry sonobuoy/sonobuoy.
But no image exists there :
after pointing old registry manually :
sonobuoy run --sonobuoy-image gcr.io/heptio-images/sonobuoy
image has been pulled properly: