summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-02-15 00:13:16 +0100
committerSebastiaan van Stijn <github@gone.nl>2020-02-17 10:25:56 +0100
commit8ced47dca9edb78200e9f6f9e45bb332e688dd87 (patch)
treec568a9c8aa83b4d87f5ce628d4c111cb5ee62c33 /Jenkinsfile
parentda90bb325924ff5ca7f01d5ddf9180cddb2cee4e (diff)
downloaddocker-py-8ced47dca9edb78200e9f6f9e45bb332e688dd87.tar.gz
Use official docker:dind image instead of custom image
This replaces the custom dockerswarm/dind image with the official dind images, which should provide the same functionality. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7af23e9..28511b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,7 +84,7 @@ def runTests = { Map settings ->
try {
sh """docker network create ${testNetwork}"""
sh """docker run -d --name ${dindContainerName} -v /tmp --privileged --network ${testNetwork} \\
- dockerswarm/dind:${dockerVersion} dockerd -H tcp://0.0.0.0:2375
+ docker:${dockerVersion}-dind dockerd -H tcp://0.0.0.0:2375
"""
sh """docker run \\
--name ${testContainerName} \\