You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Panlq
changed the title
[Feat]: Suggestion to Add a Configuration Option for Single Architecture Pull in Zot Registry
[Feat]: Suggestion to Add a Configuration Option for System Architecture Pull in Zot Registry
Feb 28, 2025
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
The text was updated successfully, but these errors were encountered: