This commit is contained in:
parent
08c5c6f164
commit
370d88e0c2
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: 'Build uffd-ldapd image'
|
- name: 'Build uffd-ldapd image'
|
||||||
image: 'quay.io/buildah/stable:latest'
|
image: 'docker.io/library/docker'
|
||||||
commands:
|
commands:
|
||||||
- 'buildah build .'
|
- 'docker build .'
|
||||||
volumes:
|
volumes:
|
||||||
- 'test-buildah:/var/lib/containers:Z'
|
- '/var/run/podman/podman.sock:/var/run/docker.sock'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue