megaease/easemesh

docker pull megaease/easeagent-initializer get stuck

StormSpirit22 opened this issue · 3 comments

I tried many times " docker pull megaease/easeagent-initializer " command, all get stuck.
megaease/easemesh-operator and megaease/easegress can pull normally.
Dose anybody has same problem and how to solve it ?

It's normal for me to pull it in my machine. Would you please do it again, or use some network proxy for docker hub

It's weird, it's no problem with my own environment.
So, if you really can't pull it from the docker hub, you could build the image from scratch. The Dockerfile is located at https://github.com/megaease/easeagent/blob/master/rootfs/Dockerfile, but you might need to slightly change its contents in the line 3 and the line 6, just removed the two arguments default value is ok

Thanks for your suggestions. I tried use network proxy and it solved. And I tried building Dockerfile myself, also succeed. Thanks for you two bros.