Pin docker-ce-cli version in tests (#69620)
Installing docker-ce has a dependency of docker-ce-cli. If the version of docker-ci-cli is not specified, it installs the latest version.
This commit is contained in:
parent
9780d3db18
commit
889da811d7
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ docker_prereq_packages:
|
|||
# Docker CE > 3:18.09.1 requires containerd.io >= 1.2.2-3 which is unavaible at this time
|
||||
docker_packages:
|
||||
- docker-ce-3:18.09.1
|
||||
- docker-ce-cli-1:18.09.1
|
||||
|
|
Loading…
Add table
Reference in a new issue