From 991279abc999e504bc7993bfbe95aae740a832d2 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 31 Oct 2019 10:57:33 -0400 Subject: [PATCH] ci: use `runAsUser: 0` instead of `privileged: true` It's the same thing for now for backwards compatibility, but privileged has a different connotation from "running as uid 0". See for details: https://github.com/coreos/coreos-ci-lib/pull/3 --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index bb91ecb630..191187c91c 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -1,6 +1,6 @@ @Library('github.com/coreos/coreos-ci-lib@master') _ -coreos.pod([image: 'registry.fedoraproject.org/fedora:30', privileged: true, kvm: true]) { +coreos.pod([image: 'registry.fedoraproject.org/fedora:30', runAsUser: 0, kvm: true]) { checkout scm stage("Build") {