-
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 insecure pull #401
Support insecure pull #401
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Hi @dtaniwaki. 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. Instructions 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. |
ee2af43
to
bf28375
Compare
CLAs look good, thanks! |
@dtaniwaki I would really appreciate if the I'm using a registry that doesn't allow HTTP for pulling images and pushing the resulting images after a build to an insecure registry. With this generalized option I don't see a way for this to be done without some intermediate steps. |
@avorima That makes sense. How do the separated options look like? Maybe, |
@dtaniwaki That would be the most obvious choice, yes. Maybe even keep the |
I'll make a pull request now. |
I run a system which pushes a Docker image by user's request and creates another Docker images based on the built image. As I use insecure Docker registry in my local environment for this system, I also need to pull Docker images in an insecure manner.
Could you consider merging it? If the option
--insecure
should be separated for push and pull, please tell me, then I will make it like so.