imeoer
imeoer

Provide serve server for watch changes, search article, api and deploy.
Related issue: https://github.com/moby/buildkit/issues/2046 [Nydus](https://nydus.dev/) image is a container accelerated image format provided by the Dragonfly [image-service](https://github.com/dragonflyoss/image-service) project, which offers the ability to pull image data on demand, without waiting for...
converter: introduce converter.New method With `converter.New` and `converter.NewDefault`, users can specify `WithConvertHooks` or other any option func wrappers, it's provides better extensibility. converter: improve concurrency performance Introduce `converter.WithSingleflight` for `converter.New`...
We made a [graph driver plugin](https://github.com/dragonflyoss/image-service/tree/master/contrib/docker-nydus-graphdriver) to support nydus image for docker, but it is still not ready for production usage. The problem we know with this graph driver is...
| Issue | Committer | Mentor | Status | PR | | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------ | ------ | ------------------------------------------------------- | | [Support image run/conversion for nerdctl](https://github.com/dragonflyoss/image-service/issues/475) | @loheagn...
Nydus currently supports P2P distribution of image blob data using dragonfly, but nydus and dragonfly are deployed separately, we need to deeply integrate with dragonfly to enable builtin P2P support.
1. Integrate into vulnerability scanner like `trivy` for nydus image, support rootfs source first. 2. Enhance `nydus-image inspect`, to support access to nydus image filesystem without underlay backend (fusedev) supporting.
Nydus has supported containerd by nydus-snapshotter remote plugin, we can also add support for podman runtime using store plugin.