oci-images/.woodpecker/workflow.yaml

18 lines
342 B
YAML
Raw Normal View History

2024-11-02 18:39:47 -05:00
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
2024-11-02 19:29:57 -05:00
- apk update
2024-11-02 19:33:39 -05:00
- apk add buildah netavark
2024-11-02 19:32:47 -05:00
- buildah --storage-driver=vfs build keycloak/
2024-11-02 19:35:52 -05:00
backend_options:
kubernetes:
securityContext:
runAsUser: 999
runAsGroup: 999
privileged: true