Open
Description
Is your feature request related to a problem? Please describe.
The Zot registry is a lightweight image proxy service, but there is an issue: pulling images is very slow. After digging into it, I found that by default, it pulls images for all architectures. While it makes sense for a registry service to pull all architectures by default, for a built-in (private) proxy service, pulling only a single architecture would significantly speed up the pull process and save disk space. Could you consider adding a configuration option for this?
zot/pkg/extensions/sync/utils.go
Line 132 in 3893eec
Describe the solution you'd like
adding a configuration option
Describe alternatives you've considered
No response
Additional context
No response