How It Works
When you deploy from a GitHub repository, an agent builds the container image using BuildKit and pushes it to the registry. Other agents pull the image from the registry during deployment. Images are tagged with the commit SHA:Configuration
The registry runs as a Docker container alongside the control plane, available athttps://registry.<ROOT_DOMAIN>.
| Variable | Description |
|---|---|
REGISTRY_USERNAME | Basic auth username |
REGISTRY_PASSWORD | Basic auth password |
REGISTRY_HTTP_SECRET | Internal HTTP signing secret |
Storage
Images are stored on the local filesystem in a persistent Docker volume (registry-data). Delete operations are enabled for garbage collection.
