Fix docker test setup. (#957) (#958)

(cherry picked from commit cf450e3a43)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2020-09-25 06:16:38 +02:00 committed by GitHub
commit 2ce326ca5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 11 deletions

View file

@ -4,7 +4,6 @@ docker_prereq_packages:
- lvm2
- libseccomp
# 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 # otherwise 19.03.9 is installed, which won't work with docker daemon 18.09.1
- docker-ce-19.03.13
- docker-ce-cli-19.03.13