woodpecker: use buildah image for CI
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Fritz Grimpen 2024-11-03 01:39:12 +01:00
parent e19974aaf4
commit ef7a4cf74f

View file

@ -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