Set more explicit version of the Docker and DinD images
Update for !26608 (merged).
With !26608 (merged) we've added a description of how to resolve recent problems with new version of Docker DinD image. As part of the description we've pointed that users should use explicit version numbers, instead of relaying on :stable-dind
or :dind
. This is to prevent unwanted and untested upgrades, that may bring breaking changes.
Unfortunately, XX.YY-dind
is not the most explicit pattern of version. And today Docker released another version in 18-dind
and 19-dind
branches, that breaks our configurations.
This MR adds an update, changing all 19.03
versions in examples to 19.03.0
. This is done for two reasons:
- This is the most explicit version that can be set (
19.03
will be still a floating version, pointing the latest19.03.x
, which is what we want to prevent). - This is the version that works with the configuration described in this blog post.