miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

[Docker nightly] /usr/bin/miniflux no such file or directory #2862

Closed widowild1 closed 1 month ago

widowild1 commented 1 month ago

Hello, I have been using the nightly version of miniflux for months under docker (synology) and I have no problems, since the last update of watchtower (the one at 1pm 25/09/24), the miniflux container runs in a loop with an error message:

I have rebuilt the miniflux container by changing the image from nightly to latest and I have no problems.

 2024/09/25 16:46:24 | stderr | exec /usr/bin/miniflux: no such file or directory
-- | -- | --
2024/09/25 16:46:14 | stderr | exec /usr/bin/miniflux: no such file or directory
2024/09/25 16:46:02 | stderr | exec /usr/bin/miniflux: no such file or directory
2024/09/25 16:45:52 | stderr | exec /usr/bin/miniflux: no such file or directory
2024/09/25 16:45:41 | stderr | exec /usr/bin/miniflux: no such file or directory
2024/09/25 16:45:30 | stderr | exec /usr/bin/miniflux: no such file or directory
2024/09/25 16:45:18 | stderr | exec /usr/bin/miniflux: no such file or directory
fguillot commented 1 month ago

Looks fine to me?

docker pull miniflux/miniflux:nightly

docker run -it --rm miniflux/miniflux:nightly /usr/bin/miniflux -i
Version: v2.2.0
Commit: cfe410f2
Build Date: 2024-09-26T01:29:44+0000
Go Version: go1.23.1
Compiler: gc
Arch: amd64
OS: linux
widowild1 commented 1 month ago

Works fine, The command line did update the container for me, even though everything usually works without any intervention on my part... It is possible that there is a bug in the synology container manager application (7.2.2-72806). Thank you for your reply.