Rust implementation of OCI Distribution Spec with granular access control
at main 6 lines 118 B view raw
1# Registry URL 2GRAIN_URL=http://localhost:8888 3 4# Admin credentials 5GRAIN_ADMIN_USER=admin 6GRAIN_ADMIN_PASSWORD=admin