Daniel J Walsh

Results 518 comments of Daniel J Walsh

Sounds good, open a PR and we can get this merged. Similar PR for podman would be appreciated.

We could also look at eliminating languages and timezones if they are added.

First why are you using VFS instead of overlay driver? What does `buildah containers` show?

Have you tried this with Docker to see what happens there? Interested in opening a PR to fix the problem?

So the mkdir command error should probably be ignored or Warned and then continue on.

I just tried your reproducer with buildah-1.33.2-1.fc39.x86_64 and it worked fine. ``` buildah (mount) $ buildah bud -t reproducer:step1 -f tests/bud/symlinkMounpoints/Containerfile.step1 tests/bud/symlinkMounpoints STEP 1/4: FROM alpine STEP 2/4: RUN mkdir...

If you are running the container as root, it needs CAP_SYS_ADMIN to build the container. If you run as a non root user with /etc/subuild and /etc/subgid setup within the...