Copy an image from one transport to another.
mix stevedore.copy SRC DST [options]SRC and DST are transport-prefixed references (docker://, oci:, oci-archive:,
docker-archive:, dir:, static:).
Options
--all— copy a whole multi-arch index--platform os/arch— select one platform from an index--format oci|docker— convert the manifest format--scheme http|https— registry scheme (default https)
Examples
mix stevedore.copy docker://alpine:3.20 oci:./alpine:3.20
mix stevedore.copy docker://alpine:3.20 docker://ghcr.io/me/alpine:3.20 --all