Skip to main content

JFrog Container Registry (Artifactory)

⚡ Active by Default

The jfrog registry module allows monitoring images hosted on JFrog Cloud (*.jfrog.io) or self-hosted Artifactory instances.

Zero-Config for Public Repositories

Public JFrog repositories on *.jfrog.io are monitored out of the box anonymously. Configure instance URL and credentials for private repositories or self-hosted Artifactory clusters.


⚙️ Configuration Variables

WUD_REGISTRY_JFROG_{registry_name}_PASSWORD
Optionalstring

JFrog password or API key

WUD_REGISTRY_JFROG_{registry_name}_TOKEN
Optionalstring

JFrog Identity Token or Scoped Access Token

WUD_REGISTRY_JFROG_{registry_name}_URL
Optionalurl

Instance URL (e.g. https://artifactory.mycompany.com/artifactory)

Allowed values:Full HTTP/HTTPS URL of your self-hosted Artifactory instance
WUD_REGISTRY_JFROG_{registry_name}_USERNAME
Optionalstring

JFrog username


🚀 Examples

Authenticate with JFrog Cloud

services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_JFROG_CLOUD_USERNAME=myuser@example.com
- WUD_REGISTRY_JFROG_CLOUD_PASSWORD=cmVnLWtleS0xMjM0NTY3ODk=