Preserve options when doing a cache push#423
Preserve options when doing a cache push#423dlorenc merged 2 commits intoGoogleContainerTools:masterfrom
Conversation
Otherwise options like `insecure` are lost
|
Hi @carlossg. Thanks for your PR. I'm waiting for a GoogleContainerTools member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
For the record this moves forward allowing insecure locally deployed docker registries but doesn't make it work yet, the builds still can't find the cached image even though it is in the repo |
Otherwise options like
insecureare lost