skopeo Command Examples

Container image management toolbox. Provides various utility commands to manage remote container images. More information: https://github.com/containers/skopeo.

skopeo inspect docker://{{registry_hostname}}/{{image:tag}}

skopeo list-tags docker://{{registry_hostname}}/{{image}}

skopeo copy docker://{{registry_hostname}}/{{image:tag}} dir:{{path/to/directory}}

skopeo copy docker://{{source_registry}}/{{image:tag}} docker://{{destination_registry}}/{{image:tag}}

skopeo delete docker://{{registry_hostname}}/{{image:tag}}

skopeo login --username {{username}} {{registry_hostname}}