Another try

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2025-06-09 17:29:04 +02:00
parent 71bfee62a4
commit ae0d2e33ad
Signed by: enbewe
GPG key ID: 7B25171F921B9E57

View file

@ -3,7 +3,8 @@ steps:
- name: 'Build uffd-ldapd image' - name: 'Build uffd-ldapd image'
image: 'docker.io/plugins/buildah-docker:latest' image: 'plugins/buildah'
settings: commands:
dry-run: true - 'buildah build .'
dockerfile: Containerfile volumes:
- '/var/lib/containers:/var/lib/containers:Z'