From 3ff2b19e3a62eb93353adacd499c18d4b3c1db9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Mir=20Pedrol?= Date: Mon, 22 Jan 2024 09:34:14 +0000 Subject: [PATCH] remove deprecated docker.userEmulation --- conf/self_hosted_runner.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/self_hosted_runner.config b/conf/self_hosted_runner.config index da1d578ae..a485cf02a 100644 --- a/conf/self_hosted_runner.config +++ b/conf/self_hosted_runner.config @@ -15,8 +15,6 @@ params { docker { enabled = true - docker.fixOwnership = true - docker.userEmulation = false - docker.runOptions = '--platform=linux/amd64' + fixOwnership = true + runOptions = '--platform=linux/amd64' } -