diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-11 19:22:45 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-11 20:23:34 +0200 |
commit | 71ed30135023fd420278b749b9e1ddc8725de07b (patch) | |
tree | 44511bb6d200bbb4af0f1030319999b1303c7aaa /Jenkinsfile | |
parent | b198cc6f065dd87caf78e963326a8201033ab8b3 (diff) | |
download | vyos-1x-71ed30135023fd420278b749b9e1ddc8725de07b.tar.gz vyos-1x-71ed30135023fd420278b749b9e1ddc8725de07b.zip |
Jenkins: Docker: always pull container from Dockerhub
(cherry picked from commit ef7c5aaecd2936d9c2f28d22aec185602dc48206)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |