Added chroot isolation to image
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/build Pipeline failed
Details
This commit is contained in:
parent
17d5151576
commit
59bb20fc7f
|
@ -1,2 +1,6 @@
|
||||||
FROM docker.io/alpine:edge
|
FROM docker.io/alpine:edge
|
||||||
RUN apk add --no-cache buildah
|
RUN apk add --no-cache buildah
|
||||||
|
|
||||||
|
|
||||||
|
# Use chroot isolation to avoid unshare call
|
||||||
|
ENV BUILDAH_ISOLATION=chroot
|
||||||
|
|
Reference in New Issue