Push and pull artifacts to/from OCI-compliant registries
OCI Registry As Storage
oras
$ oras push localhost:5000/myartifact:latest file.txt
$ oras pull localhost:5000/myartifact:latest
$ oras repo tags localhost:5000/myartifact