Skip to content

docker:stable image is outdated causing API version mismatch with updated docker:dind #559

@bencurio

Description

@bencurio

Hello,

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions