dvdgsng / diun

πŸ”” Receive notifications when an image is updated on a Docker registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Diun is a CLI application written in Go to receive notifications when a Docker image is updated on a Docker registry. With Go, this app can be used across many platforms and architectures. This support includes Linux, FreeBSD, macOS and Windows on architectures like amd64, i386, ARM and others.

Features

  • Allow to watch a full 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
  • Multi providers available like Docker, Swarm, Static...
  • Get notified through Slack, Mail, Telegram and more
  • Enhanced logging
  • Timezone can be changed
  • Official Docker image available

Documentation

How can I help ?

All kinds of contributions are welcome πŸ™Œ! The most basic way to show your support is to star 🌟 the project, or to raise issues πŸ’¬ You can also support this project by becoming a sponsor on GitHub πŸ‘ or by making a Paypal donation to ensure this journey continues indefinitely! πŸš€

Thanks again for your support, it is much appreciated! πŸ™

License

MIT. See LICENSE for more details.

About

πŸ”” Receive notifications when an image is updated on a Docker registry

License:MIT License


Languages

Language:Go 96.7%Language:Dockerfile 3.3%