Ramkumar Chinchani

Results 459 comments of Ramkumar Chinchani

https://github.com/opencontainers/distribution-spec/issues/299 The opinion in the community is that this should be solved purely via HTTP redirect. So you would have to build machinery such as once a blob is uploaded...

https://doc.traefik.io/traefik/middlewares/http/redirectregex/ You may also want to look at solutions such as this ^ positioned in front of zot.

@AlbanBedel trying to reproduce this issue

@AlbanBedel is the upstream image a docker image? Note that `zot` is a OCI-only registry which means all images once they land in `zot` must be OCI format, which may...

@elee1766 is this for a cloud deployment use case?

@liangyuanpeng ^ https://liangyuanpeng.com/post/new-container-image-registry-of-zot-from-cncf/

A blob that is sync'ed is in three possible states 1. **Found**, so not need to trigger sync on client pulls 2. **NotFound**, so need to trigger sync and add...

https://github.com/project-zot/zot/compare/main...rchincha:zot:issue-1395 ^ just some quick pseudo-code

For sync feature, add a "stream: true" to enable this ux.

There are pros and cons. Pros: UX is better Cons: blob validation etc now falls to the client