📖 ~1 min read
Table of contents
Symptom & Impact
Containers built with podman fail to run on cri-o with image format errors.
Environment & Reproduction
Triggered when podman is upgraded ahead of cri-o on the same node.
Root Cause Analysis
cri-o pins a compatible runc/containers-common stack; podman pulls newer images.
Quick Triage
rpm -q podman cri-o containers-common shows version skew.
Step-by-Step Diagnosis
crio –version and podman info | grep -i version compared against release notes.

Solution – Primary Fix
Align versions by enabling the matching CentOS Stream 9 module: dnf module enable cri-o:.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Pin podman via dnf versionlock until cri-o catches up.
Verification & Acceptance Criteria
kubectl run test –image= succeeds on the node.
Rollback Plan
Downgrade podman with dnf downgrade podman to last known-good RPM.
Prevention & Hardening
Use a single container engine per host and patch them together.
Related Errors & Cross-Refs
Related: OCI runtime mismatch and storage.conf graphroot drift.
Related tutorial: View the step-by-step tutorial for centos-stream-9.
View all centos-stream-9 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
cri-o release notes and Red Hat container tools module docs.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.