woodpecker: run in privileged k8s pod
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
This commit is contained in:
parent
3b7b3573e0
commit
1aa9bce470
1 changed files with 6 additions and 0 deletions
|
@ -9,3 +9,9 @@ steps:
|
|||
- apk update
|
||||
- apk add buildah netavark
|
||||
- buildah --storage-driver=vfs build keycloak/
|
||||
backend_options:
|
||||
kubernetes:
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
runAsGroup: 999
|
||||
privileged: true
|
||||
|
|
Loading…
Reference in a new issue