You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to assess the possibility of having a custom webhook per container? the reasoning here, is that I need diun to trigger a CI pipeline when a new image become available. I have a pipeline per container, bcz I have different unit testing for different containers. For instance, instead of defining the webhook URL part of diun configuration, have it defined as a container label, and diun reads it, and act accordingly.
The text was updated successfully, but these errors were encountered:
This feature would be helpful for me too, I'm pretty much in the same situation and need a bit more flexibility on the notification side to trigger different CI pipelines based on the new base images provided by Microsoft/Alpine/etc , different webhooks for different images (without having to run more instances of diun) would be great.
Description
Is it possible to assess the possibility of having a custom webhook per container? the reasoning here, is that I need diun to trigger a CI pipeline when a new image become available. I have a pipeline per container, bcz I have different unit testing for different containers. For instance, instead of defining the webhook URL part of diun configuration, have it defined as a container label, and diun reads it, and act accordingly.
The text was updated successfully, but these errors were encountered: