-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support passing registry credentials to the reaper (#647)
* feat: support passing registry credentials to the reaper * chore: support passing registry creds for the reaper when creating networks * chore: support configuring the reaper as functional opts * chore: remove unused field * chore: deprecate public reaper constructor We do not want to create reapers from outside the library * chore: rename ReaperOption to ContainerOption This will provide a better namespace for future work * fix: extract reaper image before evaluating a new reaper * chore: fallback to req.ReaperImage Co-authored-by: Matthew McNew <me@mattmcnew.com> * fix: missing comma delimiting struct field * fix: indent Co-authored-by: Matthew McNew <me@mattmcnew.com>
- Loading branch information
1 parent
064a0c5
commit 67184ce
Showing
5 changed files
with
116 additions
and
19 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