mirror of https://github.com/docker/docker-py.git
Use networks instead of legacy links for test setup
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
23e6b5c46b
commit
298b7e1474
|
@ -5,7 +5,6 @@ def imageNamePy2
|
|||
def imageNamePy3
|
||||
def images = [:]
|
||||
|
||||
|
||||
def buildImage = { name, buildargs, pyTag ->
|
||||
img = docker.image(name)
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue