Open rak16 opened 1 week ago
Registries
--registry
Testing:
We have multiple-registry open beta endpoints deployed on stage2; to test it out:
stage2
make build
chmod +x builds/doctl
-u
builds/doctl registries \ -u "https://api.s2r1.internal.digitalocean.com/" \ -t $DO_TOKEN
Registries
command to support multiple-registry open beta endpoints, including:--registry
flag to Repository sub-commands (REST API's already support them).Testing:
We have multiple-registry open beta endpoints deployed on
stage2
; to test it out:make build
chmod +x builds/doctl
to make sure the build is executablestage2
by setting-u
flag: