Skip to main content

Registry Integration

Environment variables for configuring external registries (Docker, RPM, APT) for browsing and linking existing artifacts to releases.

Docker Registry

NameDescriptionRequiredType
DOCKER_REGISTRY_URL
Docker registry URL(s). Supports multiple registries separated by commas.
Notes:
  • It can be a string-array of URLs separated by commas, e.g., 'https://registry1.example.com,https://registry2.example.com'.
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

NameDescriptionRequiredType
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:
  • Uses dnf repoquery to list available packages from the configured repositories.
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

NameDescriptionRequiredType
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