Open vdemeester opened 2 years ago
I am not able to reproduce this with Buildah 1.27 in Alpine, but this is pretty strange. Have you tried strace
yet?
I am not able to reproduce this with Buildah 1.27 in Alpine, but this is pretty strange. Have you tried
strace
yet?
Not really. I also didn't try with buildah 1.27 on alpine, just the latest publish "officilal" buildah image quay.io/buildah/stable
😅.
The fact that it is failing with stdio file access resulting in EPERM
indicates to me that it is likely some sort of internal detail inside buildah, most likely tracing with strace would help figure out what syscall is returning EPERM
.
This is related to the following issue : https://github.com/containers/buildah/issues/4213.
Running
buildah bud --storage-driver=vfs
with the followingDockerfile
, as root (just not privileged) will not work.But using other images like
docker.io/library/alpine
do work. Note also that it works just fine usingdocker build
🙃.I am really not sure if it's a buildah issue or an apko issue, hence creating an issue in both repository to figure that out.