skopeo
2 commands
2 shown
Copy image between registries
Daemonless registry-to-registry migration without pulling locally; preserves digests
skopeo copy --src-creds u:p --dest-creds u:p docker://<host>/<name> docker://<host>/<name>
Inspect remote image without pull
Read labels, arch and layers of a remote image cheaply; modern: add --raw for the manifest list
skopeo inspect docker://<host>/<name> | jq '.Labels, .Architecture, .Created'
no commands match