Add version tag based update notification / integration of renovate or dependabot #699
ln-12
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
Currently, I have to use the docker version tag
latest
in mycompose.yaml
files and update them manually via theUpdate
button.My suggestion is to add some mechanism which automatically gets the latest version tag and provides me some UI to apply or ignore that update.
✔️ Solution
This might be possible with the integration of a tool like renovate or dependabot. Currently, I have already added all of my
compose.yaml
files to a git repository and run renovate daily. It then creates a PR that I can merge. Another action is then triggered to update the docker container on my server.It would be nice to have all container handling in one place (= dockge). It seems like renovate can be run locally so that dockge could ask for updates according to a user defined schedule and use the received information to show an update hint in the according container tab (and ideally also send a notification).
In the end I image the following workflow:
compose.yaml
file using aX.Y.Z
version tag instead oflatest
compose.yaml
file and pulls the image❓ Alternatives
I could for example use something like watchtower to automatically notify me of updates and/or pull the latest images.
Some downsides of this approach are:
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions