Yiyang Huang

Results 7 issues of 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 . ###...

kind/feature

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",...

enhancement

![img_v2_a8287338-fea3-4f82-ad3e-2900ce4433bg](https://github.com/dragonflyoss/image-service/assets/22129985/921ce134-1afe-407f-90eb-2ef1fb9f6391) 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...

bug

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...

enhancement
on-hold