getwud/wud

Keep your containers up-to-date!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 18th, 2026
Created on July 15th, 2019
Open Issues & Pull Requests: 150 (+1)
GitHub issues: Enabled
Number of forks: 144
Total Stargazers: 3,845 (+0)
Total Subscribers: 6 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.6 days
Mean response time: 92.8 days
90th percentile: 269.1 days
Tracked items: 493

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 7% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 34 hours, while "enhancement" waits about 9 days. 79% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 70% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 131
New in 7 days: 10
Closed in 7 days: 22
Avg open age: 463 days
Stale 30+ days: 117
Stale 90+ days: 107

Recent activity

Opened in 7 days: 7
Closed in 7 days: 20
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • enhancement (50)
  • bug (37)
  • help wanted (34)
  • question (31)
  • duplicate (4)
  • wontfix (3)
  • documentation (1)
  • invalid (1)

Detailed Description

Wud is a container update checker that monitors Docker images and notifies you when new versions are available.

The tool solves the problem of tracking updates across multiple container images by continuously polling registries and comparing current image versions against available releases. It works by fetching metadata from container registries, parsing semantic versioning information, and alerting users when updates exist. The approach allows teams to stay informed about new container versions without manually checking each image.

Wud suits projects that run multiple containerized services and need visibility into available updates. It works well for teams wanting to maintain awareness of new releases without the overhead of manual checking or complex CI/CD integration. The tool is particularly useful for environments where containers are managed across different registries and where update notifications need to be centralized.

The project shows consistent development activity with regular updates to its codebase. The maintainers actively address issues and incorporate user feedback into the tool. Development remains focused on improving the core update-checking functionality and expanding registry support.