skopeo inspect does not work behind proxy

*爱你&永不变心* 提交于 2020-01-06 05:37:04

问题


I am facing this while installing OKD 3.11.

While the docker login works from command line, skopeo fail to do so. We are using http/https proxy on the server and have configured proxy for docker as well.

[root@hostname-ansible01 openshift-ansible]# docker login registry.redhat.io:443 -u user_openshift -p password

Login Succeeded
[root@hostname-ansible01 openshift-ansible]# skopeo inspect --creds=user_openshift:password docker://registry.redhat.io:443/openshift3/ose-deployer:v3.11

FATA[0000] pinging docker registry returned: Get https://registry.redhat.io:443/v2/: proxyconnect tcp: EOF```

来源:https://stackoverflow.com/questions/59470573/skopeo-inspect-does-not-work-behind-proxy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!