Woodpecker agent/server not compatible with Docker Engine v29+ (API 1.44+) – “client version 1.43 is too old” error #6154
Unanswered
NatMedrano
asked this question in
Ask a Question
Replies: 1 comment 7 replies
-
|
The SDK is at v28 indeed: Line 20 in 640a4ed There's no newer version for it however 🤔 For |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Woodpecker team,
I’m running Woodpecker CI (server and agent, latest images) on a system with Docker Engine v29.x. When starting the agent, I get the following error:
Error response from daemon: client version 1.43 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
It appears the Woodpecker agent/server images are built with an older Docker Go SDK (API 1.43), which is not compatible with Docker Engine v29+ (which requires API 1.44+). Downgrading Docker Engine to v28.x resolves the issue, but this is not ideal for long-term maintenance.
Is there a plan to release new Woodpecker images built with a newer Docker SDK/API?
Is there a workaround or timeline for a fix?
Has this already been addressed in a recent or upcoming release?
Thank you for your work on Woodpecker!
Beta Was this translation helpful? Give feedback.
All reactions