diff options
author | hagbard <vyosdev@derith.de> | 2019-11-08 10:14:42 -0800 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-11-08 10:14:42 -0800 |
commit | 19b75a3339956319f244f40540ad7ba3af9b9389 (patch) | |
tree | 44cc6e4465795095d99548839fc71a908c965af8 /Jenkinsfile | |
parent | 263c2379eebca8161f0ab70ed55d0503beb1e913 (diff) | |
download | vyos-build-19b75a3339956319f244f40540ad7ba3af9b9389.tar.gz vyos-build-19b75a3339956319f244f40540ad7ba3af9b9389.zip |
docker: set always pull to use always latest container
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 59223b79..c2449fe5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,6 +84,7 @@ pipeline { filename 'Dockerfile' dir 'docker' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' + alwaysPull true } } stages { |