Add an end-to-end test suite for different versions of Docker
This script, when run, will boot up a Container Linux VM (via vagrant) with a specific version of Docker installed, and then run a login, push and pull test against the host machine's Quay instance.
This commit is contained in:
parent
c10e3bf973
commit
7f1835c978
5 changed files with 161 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -27,3 +27,5 @@ build/
|
|||
*.iml
|
||||
.DS_Store
|
||||
.pytest_cache/*
|
||||
test/dockerclients/Vagrantfile
|
||||
test/dockerclients/.*
|
||||
|
|
Reference in a new issue