This commit is contained in:
parent
e19974aaf4
commit
ef7a4cf74f
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
image: quay.io/buildah/stable
|
||||
commands:
|
||||
- apk update
|
||||
- apk add buildah netavark
|
||||
- buildah --storage-driver=vfs build keycloak/
|
||||
- buildah build keycloak/
|
||||
backend_options:
|
||||
kubernetes:
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
runAsGroup: 999
|
||||
privileged: true
|
||||
|
|
Loading…
Reference in a new issue