image pull with the addition of specifying a platform for multi-platform images.
Usage
Arguments
Image reference to push
Options
Scheme to use when connecting to the container registry. One of (http, https, auto)When
auto is selected, the target registry is considered internal/local if the registry host matches any of these criteria:- The host is a loopback address (e.g.,
localhost,127.*) - The host is within the
RFC1918private IP ranges:10.*.*.*,192.168.*.*,172.16.*.*through172.31.*.* - The host ends with the machine’s default container DNS domain
Progress type (format: none|ansi)
Limit the push to the specified architecture
Limit the push to the specified OS
Limit the push to the specified platform (format: os/arch[/variant], takes precedence over —os and —arch)