Skip to content

Upgrade docker client to version 19.03.5 for CI image

What does this MR do?

It consolidates the version used for dind with the version used for the CI build image, which was still in version 1.13. It upgrades the CI build image to use the same version as dind, 19.03.5.

Why was this MR needed?

We need to use an experimental feature of Docker 19.03.5 (docker buildx) for generating multi-platform images in !1861 (merged), and therefore the docker client has to be upgraded to a compatible version.

Are there points in the code the reviewer needs to double check?

This setup has been tested successfully in !1861 (merged).

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#2076 (closed)

Edited by Steve Xuereb

Merge request reports