DigitalOcean Container Registry (DOCR)
⚡ Active by Default
The docr registry module allows monitoring images from DigitalOcean Container Registry (registry.digitalocean.com).
Zero-Config for Public Repositories
Public DOCR repositories are monitored out of the box anonymously. Configure credentials when monitoring private registries.
⚙️ Configuration Variables
WUD_REGISTRY_DOCR_{registry_name}_PASSWORD
Optionalstring
Password (used for standard username/password login)
WUD_REGISTRY_DOCR_{registry_name}_TOKEN
Optionalstring
DigitalOcean API token or Read-Only registry token
WUD_REGISTRY_DOCR_{registry_name}_USERNAME
Optionalstring
Username (optional when using token)
🚀 Examples
Authenticate with a Private DigitalOcean Registry
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_DOCR_MYREG_TOKEN=dop_v1_1234567890abcdefghijklmnopqrstuvwxyz
docker run \
-e WUD_REGISTRY_DOCR_MYREG_TOKEN="dop_v1_1234567890abcdefghijklmnopqrstuvwxyz" \
getwud/wud