crane

Tool for interacting with remote container images and registries

brewmacoslinux
Try with needOr install directly
Source

About

Tool for interacting with remote images and registries

Commands

crane

Examples

List all tags for an image in a registry$ crane ls gcr.io/distroless/base
Get image digest and metadata$ crane digest gcr.io/distroless/base:latest
Copy an image from one registry to another$ crane copy gcr.io/distroless/base:latest myregistry.azurecr.io/base:latest