Monitoring image updates when not using :latest!

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Argus

    Argus is a lightweight monitor to notify of new software releases via Gotify/Slack/other messages and/or WebHooks.

  • Take a look at Argus. I use it to monitor the application version (not a container tag). I get notifications via mailrise (SMTP gateway for apprise) which then go to Gotify and Discord. I have webhooks setup to run scripts so I can approve the update from the Argus app to automate the update. You can also have it set to auto approve.

  • Diun

    Receive notifications when an image is updated on a Docker registry

  • https://crazymax.dev/diun/ could check for new containers for you

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • renovate

    Universal dependency automation tool.

  • https://github.com/renovatebot/renovate or https://github.com/dependabot if you using git for your configuration

  • skopeo

    Work with remote images registries - retrieving information, images, signing content

  • You could try some commandline tool like skopeo to fetch the image tags regularly and do some shell magic to notify you on any change you want

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts