meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
MIT License
142 stars 104 forks source link

Upgrade Docker to 19.03.12 #26

Open martinxsliu opened 4 years ago

martinxsliu commented 4 years ago

This PR updates the version of Docker to 19.03.12. In particular the latest versions of Docker use api version 1.40, while the current version (18.09.8) uses api version 1.39 and updating should address versioning issues like https://github.com/kubernetes-sigs/kubespray/issues/6160.

I have built and used the image, and can confirm that the new version works as expected.

zoonage commented 3 years ago

@meAmidos is there a plan to merge this?

pratikbin commented 3 years ago

Waiting for this one to merge, thanks for testing @martinxsliu