Update dockerVersions

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-01-19 18:05:11 -08:00
parent 32392b7df0
commit fbea15861e
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -4,7 +4,10 @@ def imageNameBase = "dockerbuildbot/docker-py"
def imageNamePy2
def imageNamePy3
def images = [:]
def dockerVersions = ["1.12.0", "1.13.0-rc3"]
// Note: Swarm in dind seem notoriously flimsy with 1.12.1+, which is why we're
// sticking with 1.12.0 for the 1.12 series
def dockerVersions = ["1.12.0", "1.13.0"]
def buildImage = { name, buildargs, pyTag ->
img = docker.image(name)