c8d: allow pulling images for multiple architectures #49994
Labels
area/distribution
area/images
containerd-integration
Issues and PRs related to containerd integration
kind/feature
Functionality or other elements that the project doesn't currently have. Features are new and shiny
Description
Currently, we only allow a single platform to be pulled. With the containerd image-store, it would be nice to be able to pull multiple images at once;
Currently (limitation on the CLI) specifying multiple
--platform
flags will override prior ones;Ideally, the above would produce;
We can start with updating the API to accept multiple platforms (but produce an error), and the CLI to accept multiple; we did something similar for other actions.
The text was updated successfully, but these errors were encountered: