Skip to content

Commit

Permalink
Update tests/config/nf-test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi authored Dec 19, 2024
1 parent 6a6dfa6 commit 06c7e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ profiles {
docker.enabled = true
docker.userEmulation = false
docker.fixOwnership = true
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64 --security-opt=no-new-privileges --userns=host'
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
Expand Down

0 comments on commit 06c7e84

Please sign in to comment.