skopeo
Verified for current stable LTS
Skopeo Command: Copy Image Between Registries
Use for copy image between registries with Skopeo. Exact CLI syntax to copy image between registries using Skopeo.
When to use this: Use for copy image between registries with Skopeo.
Command Syntax
skopeo copy docker://<source_registry>/{image:tag} docker://<destination_registry>/{image:tag} skopeo copy docker://<source_registry>/`{image:tag`} docker://<destination_registry>/`{image:tag`} Command Breakdown
skopeo is the base executable for this command.
FAQ
Purpose: Exact syntax to copy image between registries using Skopeo.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Skopeo Command: Delete Image From Registry
skopeo delete docker://<registry_hostname>/{image:tag} Skopeo Command: Download Image From Registry skopeo copy docker://<registry_hostname>/{image:tag} dir:<path/to/directory> Skopeo Command: Inspect Remote Image Registry skopeo inspect docker://<registry_hostname>/{image:tag} Skopeo Command: List Available Tags Remote Image skopeo list-tags docker://<registry_hostname>/<image> Skopeo Command: Login To Registry skopeo login --username <username> <registry_hostname>