mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-09 22:51:12 +02:00
There was inconsistency in the way `/v2` was appended to registry endpoint path between containerd (CRI) and Talos: * Talos only appended `/v2` to empty paths * containerd appended `/v2` if it's not the suffix already Fix Talos to act same as containerd, and introduce a setting `overridePath` which stops both Talos and `containerd` from appending `/v2` (should be required with e.g. Harbor registry mirror). Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>