diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-22 21:55:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-22 21:55:20 +0200 |
commit | 35085a9e5806ae95c517254d7ec7383bfaa966fc (patch) | |
tree | b04a85b8822539a422209b752d1ab31668790d99 /Jenkinsfile | |
parent | 1b2c7e74a87d573cbf548c9411e1b472a8a529ad (diff) | |
download | vyos-1x-35085a9e5806ae95c517254d7ec7383bfaa966fc.tar.gz vyos-1x-35085a9e5806ae95c517254d7ec7383bfaa966fc.zip |
Jenkins: use Dockerhub tag 'crux'
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index cd2aa528d..c3a3c9320 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { docker { label 'Docker' args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' - image 'vyos/vyos-build:current' + image 'vyos/vyos-build:crux' } } options { |