Added chroot isolation to image
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Kevin Dorner 2022-05-17 01:28:56 +02:00
parent 17d5151576
commit 59bb20fc7f
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
FROM docker.io/alpine:edge
RUN apk add --no-cache buildah
# Use chroot isolation to avoid unshare call
ENV BUILDAH_ISOLATION=chroot