oras

Push and pull artifacts to/from OCI-compliant registries

brewmacoslinux
Try with needOr install directly
Source

About

OCI Registry As Storage

Commands

oras

Examples

Push a file to an OCI registry$ oras push localhost:5000/myartifact:latest file.txt
Pull an artifact from an OCI registry$ oras pull localhost:5000/myartifact:latest
List tags for an artifact in a registry$ oras repo tags localhost:5000/myartifact