Debugging tool for pods and images
podman is a simple client only tool to help with debugging issues when daemons such as CRI runtime and the kubelet are not responding or failing. A shared API layer could be created to share code between the daemon and podman. podman does not require any daemon running. podman utilizes the same underlying components that crio uses i.e. containers/image, container/storage, oci-runtime-tool/generate, runc or any other OCI compatible runtime. podman shares state with crio and so has the capability to debug pods/images created by crio.
- Devel package for openSUSE:Factory
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:microos/podman && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000606 606 Bytes | |
_servicedata | 0000000238 238 Bytes | |
podman-5.3.0.obscpio | 0111504910 106 MB | |
podman.changes | 0000565271 552 KB | |
podman.conf | 0000000340 340 Bytes | |
podman.obsinfo | 0000000095 95 Bytes | |
podman.spec | 0000009448 9.23 KB |
Latest Revision
Danish Prakash (danishprakash)
accepted
request 1224845
from
Madhankumar Chellamuthu (mchellamuthu)
(revision 73)
Update to version 5.3.0
Comments 6
This version dosnt build on 15.3 and 15.4 for x86_64. Can you fix it, please? Maybe update to 4.2.1 will help. Thank you very much
This package is already 4.2.1
I have no interest in non-stable/perpetually obsolete Linux distros, so I will not be investigating the build failures there
IIRC it needs a newer gpgme, which isn't that easy to work around.
I wanted to test out the new quadlet features so I installed podman-4.4.1-2.1.aarch64 from devel:microos openSUSE_Factory_ARM.
I'm seeing the same symptoms as this bug report:
Quadlet generating services with wrong podman path
https://github.com/containers/podman/issues/17359
When using a *.container file, the quadlet/podman-system-generator generated systemd unit uses /usr/local/bin/podman instead of /usr/bin/podman.
The suggested fix (as was applied to Archlinux) seems to be setting PREFIX when calling make.
Also, the quadlet feature appears to unconditionally use the crun runtime instead of the default runtime (currently runc), so it may need to be installed too if this feature is used. (Not sure if this is an upstream bug or intentional.)
https://github.com/containers/podman/blob/bac20d1917622fa45130427c78231e2529ba328e/pkg/systemd/quadlet/quadlet.go#L317-L321
(Let me know if there is a better place to file issues than these comments?)
Bugzilla would be a better place for that.
Thanks for the detailed report. I've filed a Bugzilla (boo#1208510) and have raised a submit request(sr#1066929) with the fix.