-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for private registries in the cache warmer #941
Support for private registries in the cache warmer #941
Conversation
bec0f47
to
0ea94e1
Compare
Not sure on how to best write tests for this, if anyone could give me some pointers that would be great :) I did test it using aws ECR and that worked fine. |
@stijndehaes with some of the recent changes to master there are some conflicts in Specifically, the call to One possible solution would be to add a new field on the struct Another option could be to wrap I'm happy to help out. |
@stijndehaes would love to get this in! Let us know how we can help. |
0ea94e1
to
fef6c57
Compare
Closes GoogleContainerTools#503 Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
fef6c57
to
3fa8f68
Compare
Ok fixed the conflicts and retested with ECR. Everything is working :) |
Thanks @stijndehaes. running kokoro tests and will try to merge this in today. |
Thanks @stijndehaes 👍 |
Closes #503
Signed-off-by: Stijn De Haes stijndehaes@gmail.com
Description
Adds support for private registries to the cache warmer
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes
Describe any changes here so maintainer can include it in the release notes, or delete this block.