mag37
mag37
I created a branch with the new work: [releasenotes](https://github.com/mag37/dockcheck/tree/releasenotes) Some edits and testing needed - only added the line to `notify_generic.sh` template yet. If anyone uses some kind of notification...
Thank you, well spotted! I changed that line to `[[ $found == false ]] && printf "%s -> url missing\n" "$update" || continue` which seemed more appropriate and should make...
Merged to main. Thank you again all of you, @Buddinski88 @Joop9 @yoyoma2 . I mentioned you all in the release notes, appreciate the help and feedback!
I'm glad that you keep on brainstorming and helps suggesting solutions! > 1. hash = hashed digest of the image of a running container > 2. latest_hash = retrieve the...
Stale and wont be worked on as is. Closing.
It's a great suggestion and I've been considering it myself, just havn't really got the time to spare to lab with building it right now. But I'll try to look...
Yeah I'm sorry but `./dockcheck.sh: line 239: cd: /data/compose/76: No such file or directory` surely seems to match the layout Portainer uses for their stacks. I've got another issue open...
Thank you for keep digging. Is the rest of that containers data in the same path then, if you use relative path for bind volumes? Like you'd have `./data/:/data` in...
Thank you for reporting. I've had issues before with how Portainer builds the container labels and running configs - fields don't look the same as they do running plain docker...
That's some odd stuff - that they loose their tags and that the image-hash cant be found. I'll paste my output just to show how it usually looks, if that...