Run a local zot registry
docker run --platform linux/amd64 -d -p 3333:5000 --name oras-quickstart ghcr.io/project-zot/zot-linux-amd64:latest
Build Pepr image and library
npm run build:image
Push to local registry
oras push --plain-http localhost:3333/pepr-library:v0.38.1 --artifact-type application/vnd.pepr.module.layer.v1 pepr-0.0.0-development.tgz
docker tag pepr:dev localhost:3333/pepr:v0.38.1
docker push localhost:3333/pepr:v0.38.1
Pull it from the registry (stores it in your directory)
oras pull localhost:3333/pepr-library:v0.38.1
docker pull localhost:3333/pepr:v0.38.1
View it in the registry
oras discover localhost:3333/pepr-library:v0.38.1