Registry Integration
Environment variables for configuring external registries (Docker, RPM, APT) for browsing and linking existing artifacts to releases.
Docker Registry
| Name | Description | Required | Type |
|---|---|---|---|
DOCKER_REGISTRY_URL | Docker registry URL(s). Supports multiple registries separated by commas. Notes:
Example: https://registry.example.com | false | string |
DOCKER_REGISTRY_USERNAME | Username for authenticating with the Docker registry. | false | string |
DOCKER_REGISTRY_PASSWORD | Password for authenticating with the Docker registry. | false | string |
RPM Registry
| Name | Description | Required | Type |
|---|---|---|---|
RPM_REGISTRY_URL | RPM repository URL(s). Supports multiple repos separated by commas. The URL should point to the base URL of the RPM repository (where repodata/ exists). Notes:
Example: https://rpm.example.com/centos/8/x86_64/ | false | string |
RPM_REGISTRY_USERNAME | Username for authenticating with the RPM repository (if required). | false | string |
RPM_REGISTRY_PASSWORD | Password for authenticating with the RPM repository (if required). | false | string |
APT Registry
| Name | Description | Required | Type |
|---|---|---|---|
APT_REGISTRY_URL | APT repository URL(s). Supports multiple repos separated by commas. Example: http://archive.ubuntu.com/ubuntu | false | string |
APT_REGISTRY_USERNAME | Username for authenticating with the APT repository (if required). | false | string |
APT_REGISTRY_PASSWORD | Password for authenticating with the APT repository (if required). | false | string |