-
Notifications
You must be signed in to change notification settings - Fork 362
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
When the imageList docker image has dependencies, the dependent image pull failed #826
Comments
@wangkun-king ,could you please check more details via "docs/site/src/docs/help/faq.md" . i think we lost some layers. you can try |
[root@k8s-node03 ~]# docker version Server: [root@k8s-node03 ~]# cat /etc/docker/daemon.json [root@sealer ~]# docker system prune -a
Are you sure you want to continue? [y/N] y Total reclaimed space: 1.435GB I think The layers of the dependent tomcat image are all cached |
@wangkun-king ,nice work. whether the new image runs successfully? |
@wangkun-king, do you mean only pull fmweb failed. if we pull tomcat first and then pull fmweb, will be successful?if so that a question. i guess the manifest of fmweb dont exist on the master-0, could please check it ? |
how to do check it? |
@wangkun-king, looks like we actually lost the tomcat layers . this is a problem . you can temporarily circumvent the problem by adjusting the imageList order: fmweb first and set tomcat as secondary . and i wrote the faq section yesterday ,that how to trouble shoot the lost layers using "docker inspect". please try it . |
@kakaZhou719 |
fixed in 0.6.1 |
What happened:
docker logs -f sealer-registry :
What you expected to happen:
pull fmweb image success
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: