Does Doco-CD Work With Docker v29+ ? #871
Replies: 3 comments 1 reply
-
|
I'm still waiting for some dependencies to migrate to the new moby module before I can update myself, see #851 I'm already using Docker v29 on my dev machine and so far it has been working fine even with the old dependency (as long as doco-cd uses at least Can you please show me the output of the two following things? In doco-cd I get this debug output for the used API version {
"time": "2025-12-11T19:19:47.531104316+01:00",
"level": "debug",
"msg": "negotiated docker versions to use",
"versions": {
"docker_client": "1.51",
"docker_api": "1.51",
"swarm_mode": false
}
}And my output of |
Beta Was this translation helpful? Give feedback.
-
|
Just for documentation: if the Docker daemon uses a API version that is not yet supported by doco-cd, you can downgrade the API version using the env var |
Beta Was this translation helpful? Give feedback.
-
|
I updated doco-cd to Docker Client v29 in v0.72.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So, went to update my servers and I've been on Docker 28, but after upgrading to 29 absolutely everything broke regarding Doco-CD.
I know version 29 had some teething issues but I hear everything has been pretty much solved at this point. So I was surprised to see everything broke.
I am wondering if at it's current state version 29 is incompatible Doco-CD at the moment.
Beta Was this translation helpful? Give feedback.
All reactions