regclient

Docker and OCI registry client for inspecting and managing container images

brewmacoslinux
Try with needOr install directly
Source

About

Docker and OCI Registry Client in Go and tooling using those libraries

Commands

regctl

Examples

List tags for a Docker image repository$ regctl tag ls docker.io/library/alpine
Inspect image manifest and get digest$ regctl manifest get docker.io/library/nginx:latest
Copy image between registries$ regctl image copy docker.io/library/busybox:latest myregistry.com/busybox:latest