Scaleway Container Registry
⚡ Active by Default
The scaleway registry module allows monitoring images hosted on Scaleway Container Registry (rg.<region>.scw.cloud).
Zero-Config for Public Namespaces
Public Scaleway namespaces are monitored out of the box anonymously. Configure credentials when monitoring private namespaces.
⚙️ Configuration Variables
WUD_REGISTRY_SCALEWAY_{registry_name}_PASSWORD
Optionalstring
Password (alternative to secret key)
WUD_REGISTRY_SCALEWAY_{registry_name}_SECRETKEY
Optionalstring
Scaleway Secret Key (used as Docker login password with nologin username)
WUD_REGISTRY_SCALEWAY_{registry_name}_USERNAME
Optionalstringdefault: nologin
Username (defaults to nologin)
🚀 Examples
Authenticate with a Private Scaleway Registry
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_SCALEWAY_PARIS_SECRETKEY=00000000-0000-0000-0000-000000000000
docker run \
-e WUD_REGISTRY_SCALEWAY_PARIS_SECRETKEY="00000000-0000-0000-0000-000000000000" \
getwud/wud