From 92884280ac5693f050f80db8ad698cc2f64193c5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 11 Oct 2019 19:22:45 +0200 Subject: Jenkins: Docker: always pull container from Dockerhub (cherry picked from commit ef7c5aaecd2936d9c2f28d22aec185602dc48206) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 7529d949e..a169b8f2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,6 +74,7 @@ pipeline { docker { args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' image 'vyos/vyos-build:equuleus' + alwaysPull true } } options { -- cgit v1.2.3