Skip to main content

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

Allowed values:OCI Auth Token created in Oracle Cloud Console user profile
WUD_REGISTRY_OCIR_{registry_name}_USERNAME
Optionalstring

Oracle Cloud IAM username prefixed with tenancy namespace

Allowed values:<tenancy-namespace>/<username> or <tenancy-namespace>/oracleidentitycloudservice/<username>

🚀 Examples

Authenticate with Oracle Cloud Infrastructure Registry

services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_OCIR_MYREG_USERNAME=mytenancy/myuser
- WUD_REGISTRY_OCIR_MYREG_PASSWORD=AuthTokenGeneratedInConsole123!