Support for linux/i386 images on Talos using siderolabs/binfmt-misc extension #11214
Replies: 3 comments
-
What is your host architecture? If it's x86-64, your linux/386 containers should probably run without issues. |
Beta Was this translation helpful? Give feedback.
-
I've made a baremetal ISO like this :
And boot in a HyperV VM. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply and your help. I confirmed everything works fine deploying my linux/386 image on Talos on an x86-64 host. The issues I encountered were due to how I managed architecture settings during Zarf packaging and deployment. So it’s on my side, not Talos :) Thanks again for your support! Marc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Talos team,
I am trying to deploy a Docker image based on the
linux/i386
architecture (32-bit) on Talos.I noticed there is an extension called
siderolabs/binfmt-misc
which may provides multi-format binary support via binfmt_misc.Would enabling this extension on Talos allow running containers based on linux/i386 images?
Are there any specific limitations or considerations to be aware of in this scenario?
Thank you in advance for your help !
Best regards,
Marc
Beta Was this translation helpful? Give feedback.
All reactions