Replies: 1 comment 2 replies
-
|
I tried
I'm not quite sure if this is the way to run buildah in a container but at least it works. See also the instructions in Mayb you could compare your container image myregistry/ubuntu:24.04 with quay.io/buildah/stable to see Curious question, does it help if you use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm running a rootless (although with the root user mapped inside) podman container... and, given the following
Dockerfileplaced inside the container:When I try to run the command
podman build . -t myimage:latestI get this strange error message:
which... I don't understand. I don't see how running
echo "hello world"would require network capabilities (ping). I was expecting problems, but certainly not this.For more context, I'm running the rootless container like this (I had different errors before I added these 3 capabilities and the
--deviceoption):Note: the pull operation for the
FROMclause is successful.Note 2: The same happens when using
buildahinstead ofpodman build.Beta Was this translation helpful? Give feedback.
All reactions