Skip to content

Commit fa96b9d

Browse files
Merge pull request #443 from nimdrak/27272
Fixed #27272 [DOCS] crun compatibility fix for OCI runtime spec v1.2.1 (Resolved in crun v1.14.3)
2 parents de222a8 + 825aa5a commit fa96b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ sudo make podman
475475
#### crun / runc
476476

477477
The latest version of at least one container runtime is expected to be installed on the system. `crun` or `runc` are some of the possibilities, and one is picked up as the default runtime by Podman (crun has priority over runc).
478-
Supported versions of `crun` and `runc` are available on modern Linux distributions like Ubuntu 22.04 or newer. The minimum required version for `runc` is v1.1.11. This requirement is necessary as Podman now depends on features and behavior introduced in this version.
478+
Supported versions of `crun` and `runc` are available on modern Linux distributions like Ubuntu 22.04 or newer. The minimum required version for `runc` is v1.1.11 and v1.14.3 for `crun`. This requirement is necessary as Podman now depends on features and behavior introduced in this version.
479479

480480
To double-check, the first line of the `runc --version` output should show `version 1.1.11` or newer. If not, you can build it from source:
481481

0 commit comments

Comments
 (0)