logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Copy Image - Transfer Container Images with Crane | Online Free DevTools by Hexmos

Copy container images easily with Crane. Transfer images between registries, retain digests, and manage tags efficiently. Free online tool, no registration required.

crane-copy

Efficiently copy a remote image from source to target while retaining the digest value. More information: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md.

  • Copy an image from source to target:

crane copy {{source}} {{target}}

  • Copy all tags:

crane copy {{source}} {{target}} {{[-a|--all-tags]}}

  • Set the maximum number of concurrent copies, defaults to GOMAXPROCS:

crane copy {{source}} {{target}} {{[-j|--jobs]}} {{int}}

  • Avoid overwriting existing tags in target:

crane copy {{source}} {{target}} {{[-n|--no-clobber]}}

  • Display help:

crane copy {{[-h|--help]}}

See Also