Daniel J Walsh

Results 28 issues of Daniel J Walsh

When parsing the ulimit, we should check if the ulimit max value is greater then the processes max value. If yes then we should return an error. Signed-off-by: Daniel J...

#### Does this PR introduce a user-facing change? ```release-note None ```

approved
needs-rebase
release-note-none

Fixes: https://github.com/containers/podman/issues/22473

approved

>> Hi Miklos, >> >> Can you elaborate a bit more on what docker/container-storage and do >> here to expedite image generation with redirect_dir/metacopy enabled. >> >> They can't pack...

kind/feature

When running a bootc image as an OCI contianer, embeded containers will fail. This is because OSTree on OSTree is not allower. Defaulting i /var/lib/containers/storage to a Volume fixes the...

In my Containerfile I had to execute rpm --setcaps shadow-utils To fix the problem. We have seen similar problems with file caps missing in fedora images.

podman run quay.io/centos-bootc/centos-bootc:stream9 rpm -qV shadow-utils | grep /usr/bin/new.*map .......TP /usr/bin/newgidmap .......TP /usr/bin/newuidmap If you do a RUN rpm --setcaps shadow-utils It fixes the issue. I think the tooling that...

## Describe the bug Please enter a clear and concise description of what the bug is. ## To Reproduce Please provide the steps to reproduce the issue. $ podman run...

bug
backlog