Skip to content

Home

Diun

GitHub release Total downloads Build Status Docker Stars Docker Pulls
Go Report Codecov Become a sponsor Donate Paypal


What is Diun?

Docker Image Update Notifier is a CLI application written in Go and delivered as a single executable (and a Docker image) to receive notifications when a Docker image is updated on a Docker registry.

With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.

Features

  • Allow watching a Docker repository and report new tags
  • Include and exclude filters with regular expression for tags
  • Internal cron implementation through go routines
  • Worker pool to parallelize analyses
  • Allow overriding image os and architecture
  • Docker, Kubernetes, Swarm, Nomad, Dockerfile and File providers available
  • Get notified through Gotify, Mail, Slack, Telegram and more
  • Healthchecks support to monitor Diun watcher
  • Enhanced logging
  • Official Docker image available

License

This project is licensed under the terms of the MIT license.


Last update: 2022-12-28 02:40:12
Created: 2020-06-19 22:47:17