Xavier P

Results 15 comments of Xavier P

Ran into this yesterday after updating the server to 10.10.3. The installed Media player (v1.11.1) was buggy and the files were playing with just the audio, no video, an a...

Related to docker v29 https://github.com/moby/moby/releases/tag/docker-v29.0.0 >The daemon now requires API version v1.44 or later (Docker v25.0+).

Modifying this line : https://github.com/containrrr/watchtower/blob/76f9cea516593fabb8ca91ff13de55caa6aa0a8b/internal/flags/flags.go#L20 to ` const DockerAPIMinVersion string = "1.44"` fixed the issue. I had to rebuild the go binary (also adding `CGO_ENABLED=0` [here](https://github.com/containrrr/watchtower/blob/76f9cea516593fabb8ca91ff13de55caa6aa0a8b/build.sh#L9)), the dockerfile and the...

> Why not use the fork? Seems we will not get update here yep I'm now using the fork. Atleast it's maintained

Same problem here. ``` watchtower | time="2024-12-19T13:20:51+01:00" level=info msg="Watchtower 1.7.1" notify=no watchtower | time="2024-12-19T13:20:51+01:00" level=info msg="Using notifications: telegram" notify=no ... watchtower | time="2024-12-26T13:24:07+01:00" level=info msg="Session done" Failed=0 Scanned=37 Updated=13 notify=no...