megaease / easemesh

A service mesh implementation for connecting, control, and observe services in spring-cloud.
https://megaease.com/easemesh
Apache License 2.0
507 stars 61 forks source link

docker pull megaease/easeagent-initializer get stuck #50

Closed StormSpirit22 closed 3 years ago

StormSpirit22 commented 3 years ago

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 ?

xxx7xxxx commented 3 years ago

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

zhao-kun commented 3 years ago

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

StormSpirit22 commented 3 years ago

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.