mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
026b009dbb
header containers/image is the dominant client library to interact with registries. It detects which authentication to use based on the WWW-Authenticate header returned when pinging "/v2/" end-point. If we didn't return this header, then creds are not used for other write-protected end-points. Hence, the compatibility fix.