This commit is contained in:
parent
0ead2d91e0
commit
3fa53a2eae
1 changed files with 6 additions and 4 deletions
|
|
@ -4,8 +4,10 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
# image: quay.io/podman/stable
|
image: quay.io/podman/stable
|
||||||
image: archlinux
|
|
||||||
commands:
|
commands:
|
||||||
#- podman build .
|
- podman build .
|
||||||
- sleep 10000
|
backend_options:
|
||||||
|
kubernetes:
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue