This repository has been archived on 2022-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
buildah-alpine/Containerfile
Kevin Dorner 59bb20fc7f
Some checks failed
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