Oracle Cloud Infrastructure Registry (OCIR)
⚡ Active by Default
The ocir registry module allows monitoring images hosted on Oracle Cloud Infrastructure Registry (*.ocir.io).
Zero-Config for Public Repositories
Public Oracle Cloud OCIR repositories are monitored out of the box anonymously. Configure credentials when monitoring private repositories.
⚙️ Configuration Variables
WUD_REGISTRY_OCIR_{registry_name}_PASSWORD
Optionalstring
OCI Auth Token
WUD_REGISTRY_OCIR_{registry_name}_USERNAME
Optionalstring
Oracle Cloud IAM username prefixed with tenancy namespace
🚀 Examples
Authenticate with Oracle Cloud Infrastructure Registry
- Docker Compose
- Docker
services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_OCIR_MYREG_USERNAME=mytenancy/myuser
- WUD_REGISTRY_OCIR_MYREG_PASSWORD=AuthTokenGeneratedInConsole123!
docker run \
-e WUD_REGISTRY_OCIR_MYREG_USERNAME="mytenancy/myuser" \
-e WUD_REGISTRY_OCIR_MYREG_PASSWORD="AuthTokenGeneratedInConsole123!" \
getwud/wud