From c35453f002ade9b5325162f71cebd5a6fea118e6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 30 Oct 2019 13:56:16 +0100 Subject: Jenkins: Docker: always pull container from Dockerhub --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9309a5e..e882e69 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:current' + alwaysPull true } } options { -- cgit v1.2.3