summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-22 21:55:20 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-22 21:55:20 +0200
commit35085a9e5806ae95c517254d7ec7383bfaa966fc (patch)
treeb04a85b8822539a422209b752d1ab31668790d99 /Jenkinsfile
parent1b2c7e74a87d573cbf548c9411e1b472a8a529ad (diff)
downloadvyos-1x-35085a9e5806ae95c517254d7ec7383bfaa966fc.tar.gz
vyos-1x-35085a9e5806ae95c517254d7ec7383bfaa966fc.zip
Jenkins: use Dockerhub tag 'crux'
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
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 {