This commit is contained in:
parent
756c87329c
commit
cf5868f3ff
1 changed files with 1 additions and 4 deletions
|
@ -6,11 +6,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable
|
||||||
commands:
|
commands:
|
||||||
|
- mknod -m 666 /dev/fuse c 10 229
|
||||||
- buildah build keycloak/
|
- buildah build keycloak/
|
||||||
environment:
|
environment:
|
||||||
BUILDAH_ISOLATION: chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
STORAGE_DRIVER: vfs
|
STORAGE_DRIVER: vfs
|
||||||
backend_options:
|
|
||||||
kubernetes:
|
|
||||||
annotations:
|
|
||||||
io.kubernetes.cri-o.Devices: /dev/fuse
|
|
||||||
|
|
Loading…
Reference in a new issue