Merge pull request 'fix: fix: reproduce container needs --security-opt apparmor=unconfined for LXD (#311)' (#327) from fix/issue-311 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
3775697e4f
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ dispatch_reproduce() {
|
|||
local -a cmd=(docker run --rm
|
||||
--name "disinto-reproduce-${issue_number}"
|
||||
--network host
|
||||
--security-opt apparmor=unconfined
|
||||
-v /var/run/docker.sock:/var/run/docker.sock
|
||||
-v agent-data:/home/agent/data
|
||||
-v project-repos:/home/agent/repos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue