Techulus Cloud runs a private Docker Distribution Registry for storing container images built from source.Documentation Index
Fetch the complete documentation index at: https://docs.techulus.cloud/llms.txt
Use this file to discover all available pages before exploring further.
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.
