Code
OCI and Docker Images
Push and pull OCI artifacts through Cuitty Code Registry.
OCI coordinates map directly to Cuitty owner namespaces.
registry.cuitty.dev/acme/api:1.2.0
registry.cuitty.dev/acme/platform/worker:sha-abc123
The first path segment after the host is the owner slug. Push requires publish permission on that owner namespace or package. Pull requires install/read permission.
docker login registry.cuitty.dev
docker push registry.cuitty.dev/acme/api:1.2.0
docker pull registry.cuitty.dev/acme/api:1.2.0
Semver tags are immutable by default unless the owner policy allows mutation.