Registries
WUD inspects remote container registries to discover image tags, digest hashes, and semver updates for your monitored containers.
When WUD monitors a container (e.g. redis:7-alpine or ghcr.io/owner/app:1.2.0), it parses the image name to detect the target registry domain automatically.
⚡ Active by Default (Zero-Config for Public Images)
These registries work out of the box with zero configuration for public images.
You only need to configure environment variables if you want to:
- Access private repositories
- Increase API rate limits (e.g. Docker Hub authenticated tier)
- Connect to a self-hosted instance (e.g. on-premise Forgejo or Quay)
Alibaba Cloud (ACR)
Monitors public images on Alibaba Cloud Container Registry (*.aliyuncs.com) anonymously.
AWS ECR Public
Monitors public images hosted on Amazon ECR Public Gallery anonymously without AWS credentials.
Codeberg
Public Codeberg images supported anonymously. Configure access tokens for private packages.
DigitalOcean (DOCR)
Monitors public repositories on DigitalOcean Container Registry anonymously out of the box.
Docker Hub
Monitors public images anonymously by default. Configure username and PAT/password for private repos or increased rate limits.
Forgejo
Public images on code.forgejo.org supported anonymously. Configure instance URL and tokens for self-hosted Forgejo.
GitHub Container Registry (GHCR)
Monitors public packages anonymously out of the box. Configure a GitHub Personal Access Token (PAT) for private packages.
Google Container Registry (GCR)
Public images supported anonymously. Configure a Google Service Account JSON key for private images and Artifact Registry.
IBM Cloud (ICR)
Monitors public namespaces on IBM Cloud Container Registry (*.icr.io) anonymously.
JFrog Artifactory
Monitors public images hosted on JFrog Cloud (*.jfrog.io) anonymously.
LinuxServer (LSCR)
Seamless tag and update monitoring for the entire LinuxServer.io container ecosystem.
Oracle Cloud (OCIR)
Monitors public images on Oracle Cloud Infrastructure Registry (*.ocir.io) anonymously.
Quay
Red Hat Quay public images supported anonymously. Supports custom tokens for private repos and on-prem Quay clusters.
Scaleway
Monitors public namespaces on Scaleway Container Registry (rg.<region>.scw.cloud) anonymously.
TrueForge
Public TrueForge OCI image registry support out of the box.
🔐 Dedicated Setup Required
These registries host private images or custom infrastructure and require explicit credentials or endpoint configuration before WUD can monitor your containers.
AWS ECR (Private)
Requires AWS Access Key ID, Secret Access Key, or IAM role credentials to authenticate with private Amazon ECR repositories.
Azure Container Registry (ACR)
Requires an Azure Service Principal Client ID and Client Secret to authenticate against private Azure ACR registries.
Custom / Self-Hosted OCI
Generic provider for standalone Docker Registry v2 instances.
Gitea
Requires your Gitea instance URL and an access token to inspect private or self-hosted Gitea package registries.
GitLab
Requires a GitLab Personal Access Token or Deploy Token. Supports both gitlab.com and self-hosted GitLab CE/EE instances.
Harbor
Requires your CNCF Harbor instance URL and optional robot account or user credentials.
Inedo ProGet
Requires your Inedo ProGet feed URL and API key or user credentials.
Linode (Akamai)
Requires your Linode / LKE private registry URL and access credentials.
Sonatype Nexus
Requires your Sonatype Nexus Repository Docker connector URL and credentials.