PODMAN 32-bit build #22068
Unanswered
sparshstark
asked this question in
Q&A
PODMAN 32-bit build
#22068
Replies: 3 comments 7 replies
-
you need a newer crun (https://github.com/containers/crun/releases/tag/1.14.3) |
Beta Was this translation helpful? Give feedback.
6 replies
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
1 reply
-
dnf install crun-1.14.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Developers, I am recently working on a project that required to manually build podman for supporting a 32-bit device. After the build when I am trying to run an image, using the podman run command I counter this error :
OCI runtime error: crun: unknown version specified
Here are my podman details :
Client: Podman Engine
Version: 5.0.0-dev
API Version: 5.0.0-dev
Go Version: go1.20
Git Commit: e38c713
Built: Sun Mar 17 14:58:57 2024
OS/Arch: linux/386
/usr/bin/podman: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=a50f1a8e185440251d3e046fa48652a18659fa6e, for GNU/Linux 3.2.0, with debug_info, not stripped
This is the crun specs:
crun version 0.17
commit: 0e9229ae34caaebcb86f1fde18de3acaf18c6d9a
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
Beta Was this translation helpful? Give feedback.
All reactions