IBM Cloud Container Registry (ICR)
⚡ Active by Default
The icr registry module allows monitoring images hosted on IBM Cloud Container Registry (*.icr.io).
Zero-Config for Public Namespaces
Public IBM Cloud namespaces are monitored out of the box anonymously. Configure credentials when monitoring private namespaces.
⚙️ Configuration Variables
WUD_REGISTRY_ICR_{registry_name}_APIKEY
Optionalstring
IBM Cloud IAM API key (authenticates automatically with iamapikey username)
WUD_REGISTRY_ICR_{registry_name}_PASSWORD
Optionalstring
Password (alternative to API key)
WUD_REGISTRY_ICR_{registry_name}_USERNAME
Optionalstringdefault: iamapikey
Username (defaults to iamapikey)
🚀 Examples
Authenticate with IBM Cloud Container Registry
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_ICR_US_APIKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
docker run \
-e WUD_REGISTRY_ICR_US_APIKEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
getwud/wud