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.
|
FROM docker.io/alpine:edge
|
|
RUN apk add --no-cache buildah
|
|
|
|
|
|
# Use chroot isolation to avoid unshare call
|
|
ENV BUILDAH_ISOLATION=chroot
|