You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently encountered an issue in our CI pipelines after docker:dind was updated.
The docker:stable image, which many users rely on as the default Docker CLI image, ships with an older client API version (1.40). Since docker:dind now requires a newer API version, the following error occurs:
Error response from daemon: client version 1.40 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
This creates a version mismatch where the default CLI image (docker:stable) cannot communicate with the current docker:dind.
Thank you!
ptrpiero, peirstom, JMoserCricut, theo-ki, Zavierazo and 3 more