Skip to content
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

oc import-image cannot import image from insecure docker registry #6227

Closed
wanghaoran1988 opened this issue Dec 8, 2015 · 5 comments · Fixed by #6434
Closed

oc import-image cannot import image from insecure docker registry #6227

wanghaoran1988 opened this issue Dec 8, 2015 · 5 comments · Fixed by #6434

Comments

@wanghaoran1988
Copy link
Member

When using oc import-image to import imagestream from a insecure docker registry, it will hang a very long time,and cannot import successfully, I think what we need to do is to add a option for this command like --insecure, and when create imagestream , if this option exists , and the openshift.io/insecureRepository=true automatically to the imagestream.

@wanghaoran1988
Copy link
Member Author

@bparees Hi, ben , I add a PR for this issue, could you please help review, thanks.

@bparees
Copy link
Contributor

bparees commented Dec 22, 2015

This falls under @pweil-'s team.

@deads2k
Copy link
Contributor

deads2k commented Dec 22, 2015

The long timeout is probably fixed by #6418

@liggitt
Copy link
Contributor

liggitt commented Dec 22, 2015

not sure... I left timeouts long for oc operations... my PR just addressed server-side clients

@deads2k
Copy link
Contributor

deads2k commented Dec 22, 2015

not sure... I left timeouts long for oc operations... my PR just addressed server-side clients

client side waits until the server side indicates success or failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants