mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-07 23:01:08 +02:00
Add support for caching all platforms in a multi-platform image index by passing --platform=all to the images cache-create command. When all is specified, the index manifest is fetched without platform resolution, and each platform-specific image is downloaded individually. Attestation manifests (unknown/unknown) are included. Include the platform in the fetch log line so each pull is identifiable, e.g. fetching image "..." (linux/amd64). Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 786bf00abb309955616e440cd06fd0718b1b77ab)