Alibaba Cloud Container Registry (ACR)
⚡ Active by Default
The alibaba registry module allows monitoring images hosted on Alibaba Cloud ACR (*.aliyuncs.com).
Zero-Config for Public Repositories
Public Alibaba Cloud repositories are monitored out of the box anonymously. Configure credentials when monitoring private repositories.
⚙️ Configuration Variables
WUD_REGISTRY_ALIBABA_{registry_name}_PASSWORD
Optionalstring
Alibaba Cloud Container Registry password
WUD_REGISTRY_ALIBABA_{registry_name}_TOKEN
Optionalstring
Temporary STS or access token
WUD_REGISTRY_ALIBABA_{registry_name}_USERNAME
Optionalstring
Alibaba Cloud account ID or RAM user name
🚀 Examples
Authenticate with Alibaba Cloud Container Registry
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_ALIBABA_PROD_USERNAME=myramuser@1234567890123456
- WUD_REGISTRY_ALIBABA_PROD_PASSWORD=mysecretregistrypassword
docker run \
-e WUD_REGISTRY_ALIBABA_PROD_USERNAME="myramuser@1234567890123456" \
-e WUD_REGISTRY_ALIBABA_PROD_PASSWORD="mysecretregistrypassword" \
getwud/wud