This repository was archived by the owner on Dec 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Incorrect docker version detection #2122
Copy link
Copy link
Open
Labels
Description
Describe the bug
After updating Docker to 29.0.0, the container detects the API version as 1.25 and does not work. docker version displays the correct API version.
System reboot not help.
Steps to reproduce
Run the container on the system specified in the environment. I think the Debian version specified should also have this issue.
Expected behavior
Just work normal.
Screenshots
No response
Environment
- Openmediavault 7.7.20-1 (Sandworm) (Debian GNU/Linux 12 (bookworm))
- x86_64
- 29.0.0
Your logs
time="2025-11-11T04:00:52+03:00" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
time="2025-11-11T04:00:53+03:00" level=debug msg="Making sure everything is sane before starting"
time="2025-11-11T04:00:53+03:00" level=debug msg="Retrieving running, stopped, restarting and exited containers"
time="2025-11-11T04:00:53+03:00" level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
time="2025-11-11T04:00:53+03:00" level=info msg="Waiting for the notification goroutine to finish" notify=no
time="2025-11-11T04:00:54+03:00" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
time="2025-11-11T04:00:55+03:00" level=debug msg="Making sure everything is sane before starting"
time="2025-11-11T04:00:55+03:00" level=debug msg="Retrieving running, stopped, restarting and exited containers"
time="2025-11-11T04:00:55+03:00" level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
time="2025-11-11T04:00:55+03:00" level=info msg="Waiting for the notification goroutine to finish" notify=no
time="2025-11-11T04:00:55+03:00" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
time="2025-11-11T04:00:56+03:00" level=debug msg="Making sure everything is sane before starting"
time="2025-11-11T04:00:56+03:00" level=debug msg="Retrieving running, stopped, restarting and exited containers"
time="2025-11-11T04:00:56+03:00" level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
time="2025-11-11T04:00:56+03:00" level=info msg="Waiting for the notification goroutine to finish" notify=no
time="2025-11-11T04:00:57+03:00" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
time="2025-11-11T04:00:58+03:00" level=debug msg="Making sure everything is sane before starting"
time="2025-11-11T04:00:58+03:00" level=debug msg="Retrieving running, stopped, restarting and exited containers"
time="2025-11-11T04:00:58+03:00" level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
time="2025-11-11T04:00:58+03:00" level=info msg="Waiting for the notification goroutine to finish" notify=no
time="2025-11-11T04:00:59+03:00" level=debug msg="Sleeping for a second to ensure the docker api client has been properly initialized."
Additional context
No response
Reactions are currently unavailable