This repository has been archived on 2022-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
buildah-alpine/Containerfile
T
kevin.dorner 59bb20fc7f
ci/woodpecker/push/build Pipeline failed
Added chroot isolation to image
2022-05-17 01:28:56 +02:00

7 lines
134 B
Docker

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