summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-27 14:11:41 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-27 14:11:41 +0100
commite71f9571d2b1e31b49cd792aa8f94d68b09651a5 (patch)
tree0b04df6a745a54a759aded0ad1803e6212a24c6b
parent9dedc46d448cdf56e174c43797385a1f9c9c7084 (diff)
downloadlibvyosconfig-e71f9571d2b1e31b49cd792aa8f94d68b09651a5.tar.gz
libvyosconfig-e71f9571d2b1e31b49cd792aa8f94d68b09651a5.zip
Jenkins: we need to build on the crux container
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e882e69..977830c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,7 +73,7 @@ pipeline {
agent {
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'
alwaysPull true
}
}