Manually enable Rosetta on a Podman machine v4 #21539
Replies: 5 comments 8 replies
-
Rosetta support for Podman machine v5 is currently WIP. |
Beta Was this translation helpful? Give feedback.
-
I opend the PR #21670 |
Beta Was this translation helpful? Give feedback.
-
@tnk4on What version of podman did you get this running on? I am unable to get it working on Podman 4.9.2. |
Beta Was this translation helpful? Give feedback.
-
I'm encountering this error during
Unfortunately I don't quite understand how to set this variable -- I know where to put in Some information:
|
Beta Was this translation helpful? Give feedback.
-
Found the location and file where rosetta can be disabled or enabled for podman. https://github.com/containers/common/blob/main/pkg/config/containers.conf That will then configure podman to start the vfkit process with or without rosetta device. Was not easy to find i would add it to the documentation the question is where and how ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rosetta is now supported in Podman v5.1.0.
This is a temporary solution until this feature is implemented in Podman v5.
If you would like to try Rosetta on a Podman machine as soon as possible, you can do so in the following way
Git repo: https://github.com/tnk4on/podman-machine-rosetta
Warning
This solution only work Podman machine v4.
Step
export CONTAINERS_MACHINE_PROVIDER=applehv
podman machine init
podman-machine-default.json
Add the following code in
"devices": []
podman machine start
podman machine os apply quay.io/tnk4on/rosetta --restart
How to manually build a custom OCI Image
Beta Was this translation helpful? Give feedback.
All reactions