-
### Issue Description
When a containerfile is setup to run `sudo` as part of container build, the `sudo` invocation fails when using `btrfs` as storage backend.
The same containerfile works when `ov…
-
### Issue Description
We are unable to connect to the internet during the build stage.
However we can connect to the internet after it is already built and running.
### Steps to reproduce the…
-
### Issue Description
I am running a web service on my host, which I would expect could be accessed from a bridge networked container.
This works on Podman v4.7.2: `podman run --rm --network=bri…
-
### What Happened?
Minikube allows to run a kubernetes cluster on top of a container engine like docker or podman.
We can also specify a runtime with minikube like docker, containerd or cri-o.
…
-
### Describe the bug
The buildpack extension seems to not work with `podman`, as I am getting:
```
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.12.2:build (default) o…
-
### Issue Description
I was using `podman kube play --replace --no-hosts --userns=keep-id --start=false ./kube.yaml` to start multiple containers, I realized only one of them actually supported roo…
-
### Issue Description
For a few months already (I really cannot remember when this started), I observe the following when starting rootless containers (in my case via systemd units, but I can repro…
-
### Issue Description
The following error is thrown when trying to start container.
```
{"msg":"exec container process (missing dynamic library?) `/app/entrypoint.sh`: No such file or directory",…
-
### Issue Description
In my compose file I have
```
extra_hosts:
- host.docker.internal:host-gateway
```
Two days ago, I was able to start the container in the compose file with
```
podman…
-
### Issue Description
Noticed in the context of #19124. Every single "container" event has the `Attributes` map -- most of these are properties of the image; they can be freely defined by `Containe…