nydus
nydus copied to clipboard
Nydus - the Dragonfly image service, providing fast, secure and easy access to container images.
The README claims: > Compatible with Ecosystem: Storage backend support with Registry, OSS, **NAS**, Shared Disk, and [P2P service](https://d7y.io/). Compatible with the [OCI images](https://github.com/dragonflyoss/nydus/blob/master/docs/nydus-zran.md), and provide native [eStargz images](https://github.com/containerd/stargz-snapshotter) support....
I would like to use Nydus now. There is a scenario where I need to pull all the block data and not use lazy loading. I want to know how...
``` root@nydus:~# nydusd --version Version: v2.2.4 Git Commit: 1c9c819942ce6fb0b1ebf178df0b3966021ae6bb Build Time: 2023-11-02T11:32:06.442899984Z Profile: release Rustc: rustc 1.66.1 (90743e729 2023-01-10) ``` ``` root@nydus:~# containerd-nydus-grpc --version Version: v0.13.3 Revision: 0dfc6a45217592e3ac7071634cd8e82ecb458eba Go version:...
The harbor registry allows user to customize the token server address by `TOKEN_SERVICE_URL` setting, when user adds some custom query strings to the URL, nydusd does not carry them when...
Implement a new streaming copy mechanism for image transfer that enables direct source-to-target streaming without using intermediate disk storage. Key features: - Add `StreamCopy` for concurrent pull/push operations - Introduce...
Ref: https://github.com/rust-lang/rust/issues/135968#issuecomment-2612440386 and https://github.com/rust-lang/miri/
### OSPP 2025 #### 项目1:修复 nydus 运行时 shared mode 下的 inode cache 问题 @sidneychang (zhangxuedong) https://github.com/dragonflyoss/nydus/issues/1694 描述:nydusd 在 mount 255 次以上子挂载点后(即使 mount 后再 umount),当用户再次 mount 后,有概率发生文件系统错乱问题,例如访问到之前挂载点的文件或内容。原因是 fuse-backend-rs 库只用了 u8 作为...
## Relevant Issue (if applicable) _If there are Issues related to this PullRequest, please list it._ ## Details _Please describe the details of PullRequest._ ## Types of changes _What types...
Based on the error definition, InvalidData is preferable than InvalidInput. Data not valid for the operation were encountered. Unlike [InvalidInput], this typically means that the operation parameters were valid, however...
## Relevant Issue (if applicable) _If there are Issues related to this PullRequest, please list it._ ## Details _Please describe the details of PullRequest._ ## Types of changes _What types...