nydus
nydus copied to clipboard
Need to be fixed for docker graph driver
We made a graph driver plugin to support nydus image for docker, but it is still not ready for production usage.
The problem we know with this graph driver is that the blob layers are not referenced by the image manifest, so they may be registry GC-ed.
A workaround is to make a manifest index that included two manifests, the first one only references the bootstrap, and the second one only references the blobs. In this way, docker will only pull the first manifest and the bootstrap layer.
- [ ] Support manifest index included two types of manifest by nydusify/acceld.
Can you list potential tasks to achieve the goal you mentioned? So we can carry on.
@changweige Updated, just one thing.
Another support method is also discussed in #998