From 71ed30135023fd420278b749b9e1ddc8725de07b 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(+) diff --git a/Jenkinsfile b/Jenkinsfile index 394644ecb..515f5070e 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:crux' + alwaysPull true } } options { -- cgit v1.2.3