Register a private container registry for pulling sandbox images.
Provide the registry URL, username, and password (or access token). The backend builds the K8s dockerconfigjson secret internally.
The registry can then be referenced in sandbox templates via the
registry_name field to pull images from private registries.
Request model for registering a private container registry.
Accepts structured credential fields. The backend constructs the
.dockerconfigjson K8s secret internally.
Name of the registry (max 63 chars, DNS-1035 format: lowercase alphanumeric and hyphens, must start with letter)
Registry URL (e.g. https://index.docker.io/v1/, ghcr.io)
"https://index.docker.io/v1/"
Username for authenticating with the registry
Password or access token for authenticating with the registry
Successful Response