I spotted that on macos arm64 our test of using builder from within the built container fails with the error below.
I is happening only when the container with podman inside is executed under docker running container. If podman was used to run this container the build will work.
What type of filesystem is being mounted at /var/lib/containers/storage in the container? Have you built with a higher-than-default --log-level to get more diagnostics about what's happening?
I spotted that on macos arm64 our test of using builder from within the built container fails with the error below.
I is happening only when the container with podman inside is executed under docker running container. If podman was used to run this container the build will work.
Working
Not working