Inedo ProGet
🔐 Setup Required
The proget registry module allows monitoring images hosted in Inedo ProGet container feeds.
⚙️ Configuration Variables
WUD_REGISTRY_PROGET_{registry_name}_URL
Requiredurl
ProGet feed URL (e.g. https://proget.mycompany.org)
WUD_REGISTRY_PROGET_{registry_name}_PASSWORD
Optionalstring
ProGet password or API Key
WUD_REGISTRY_PROGET_{registry_name}_USERNAME
Optionalstring
ProGet username or api
🚀 Examples
Authenticate with Inedo ProGet
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_PROGET_LOCAL_URL=https://proget.mycompany.org
- WUD_REGISTRY_PROGET_LOCAL_USERNAME=api
- WUD_REGISTRY_PROGET_LOCAL_PASSWORD=mySecretApiKey123
docker run \
-e WUD_REGISTRY_PROGET_LOCAL_URL="https://proget.mycompany.org" \
-e WUD_REGISTRY_PROGET_LOCAL_USERNAME="api" \
-e WUD_REGISTRY_PROGET_LOCAL_PASSWORD="mySecretApiKey123" \
getwud/wud