diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-11 09:15:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-11 09:15:33 +0100 |
commit | 4004496e89d2a27cfb4cc3a87253dd9dac54e160 (patch) | |
tree | 7b95e9de7f3757af07ae01eaf4436e5415069a82 /Jenkinsfile | |
parent | ecc0db23c34219d9b9c343d11a38ad3c8bf3e04c (diff) | |
download | vyos-build-4004496e89d2a27cfb4cc3a87253dd9dac54e160.tar.gz vyos-build-4004496e89d2a27cfb4cc3a87253dd9dac54e160.zip |
Docker build files for entrypoint and UIDs
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3406e606..7a780286 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { dockerfile { filename 'Dockerfile' label 'jessie-amd64' + dir 'docker' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' } } |