-
Some services like Watchtower, Diun, etc.. depends on containers labels to know which containers they needs to inspect and which ones they can ignore. By default, all containers managed by aio does have Watchtower disabled. But this is defined at Dockerfile level, it is not directly managed by AIO. Moreover, it doesn't apply to community containers, so they can be upgraded by an external watchtower by default, which may be not ideal. My suggestion would be to have an option to add labels to all containers managed by AIO (community and classic ones). If I get some feedbacks, suggestions and directives, I am ready to implement such a feature myself and open a Pull Request. In my case, I have a Diun running that notifies me when a new container version is available for one of my container, but I can't disable these notifications for AIO containers due to the lack of ability to add labels. And I don't care about new AIO versions since it is auto updated ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi,
Thanks for bringing this up. I agree this should be improved. See #6601.
You might be able to build on #6601. I would suggest to have one global env that is applied via env to the mastercontainer and then gets applied to all sibling containers. And sorry for my late reply! |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for bringing this up. I agree this should be improved. See #6601.