microscaling / microbadger

What's inside your Docker containers?
Other
159 stars 17 forks source link

Webhook Notifications only for a certain tag of an image #57

Open kennymc-c opened 5 years ago

kennymc-c commented 5 years ago

It has already been mentioned in #18 that there are currently no webhook notifications for individual tags. I get notified on Pushover via IFTT and IFTT doesn't work with MicroBadgers JSON Format, because only values with the name value1, value2 etc. can be parsed. Even if they were supported, you would still receive individual messages for all tags. It would be great to reduce overall notification output and only get a message if a certain image you are interested in has been updated.

felipecrs commented 4 years ago

Upvote this issue. buildpack-deps is a good example of why this would be necessary. They separate their OSes by using tags, such as buster and bionic. I would like to get only notified by changed upon bionic tag for instance.

And by the way, I'm using this notification as an external trigger on Docker Hub Automated BBuild, quite handy, despite it lacks this feature.