Yiyang Huang
Yiyang Huang
### Feature request: Currently peer upload rate limit for per peer. In some case, we need to limit total upload rate for one peer download by other peers . ###...
Currently, Nydus Image label is in layers[n].annotations. In this format, harbor can not extract data. Annotation in manifest scope can be extracted. Here is an example. ``` { "schemaVersion":2, "mediaType":"application/vnd.docker.distribution.manifest.v2+json",...
 Nydusify version Version : v2.2.0 Revision : a38f6b8d6257af90d59880265335dd55fab07668 Go version : go1.18.10 Build time : 2023-03-01T10:03:11 Version: v2.2.0 Git Commit: a38f6b8d6257af90d59880265335dd55fab07668 Build Time: 2023-03-01T10:05:57.267573846Z Profile: release Rustc: rustc 1.66.1...
Is there any benchmark data that we can refer?
1. Does this project support containerd ? 2. Does this project support https registry ?
### Feature request: Use blob sha256 to generate taskID. ``` func TaskID(url string, meta *commonv1.UrlMeta) string { return taskID(url, meta, false) } ``` Currently dragonfly use image download url to...