-
### Issue Description
Since a few days, running `podman bud ...` stops with an error:
```
STEP 1/25: FROM .../archlinux/archlinux:base-20240401.0.226100
STEP 2/25: LABEL org.opencontainers.image.a…
-
### Issue Description
Since around yesterday, the "cockpit-podman revdeps" test has started to fail, in e.g. #22047, #22048, #22050 (these three were landed red). This happens both with the "podman…
-
The podman team is planning to rebase to v5 in Fedora 40: https://fedoraproject.org/wiki/Changes/Podman5.
This includes a few breaking changes.
- It drops support for CNI networking entirely. The …
-
### Issue Description
In Podman v5, `podman machine list` returns wrong units for Memory and DiskSize.
### Steps to reproduce the issue
Steps to reproduce the issue
```
% git clone https://github…
-
### Issue Description
Every now and then, I encounter an container that in a limbo state.
It's neither running nor being listed with `podman container ls --all` but it's name can't be re-used eith…
-
### Issue Description
When a container tries to connect to a server somehostname, the connection fails unless the FQDN is used (somehostname.fully.qualified.name). However connecting to somehostnam…
Vic-M updated
5 months ago
-
### Issue Description
I am trying to load an AppArmor profile using OCI hooks and without passing the `--security-opt` flag. But it is causing some issues.
### Steps to reproduce the issue
Steps to…
-
### Issue Description
Mac M1, Podman build spends a lot of time doing "something" not sure what before the actual build steps. Lots of network usage via gvproxy. Even for a tiny image such as alpin…
-
### Issue Description
When I have several podman machines and I remove one of them using `podman machine rm `, the socket is deleted, as part of the process. But, if I understand correctly, all the m…
feloy updated
5 months ago
-
In the Docker model of containers, you declare allowed inbound ports with `EXPOSE` rules in the `Dockerfile`, and Podman inherits this in its `Containerfile`. I believe this is implemented by Netavark…