podman machine start requires Rosetta even when CONTAINERS_MACHINE_ROSETTA is set to false #22918
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
With version 5.1.0 the following was introduced:
Running the following
I get a popup asking me to install Rosetta.
I can't seem to get things running without Rosetta in the mix.
Steps to reproduce the issue
Steps to reproduce the issue
export CONTAINERS_MACHINE_ROSETTA=false
podman machine init --cpus=4 --disk-size=60 --memory=8192 --rootful
podman machine start
You will get a prompt to install Rosetta
Describe the results you received
Rosetta is required even though
CONTAINERS_MACHINE_ROSETTA
is set tofalse
Describe the results you expected
I can use podman without installing Rosetta when
CONTAINERS_MACHINE_ROSETTA
is set tofalse
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
CONTAINERS_MACHINE_ROSETTA
is set tofalse
Additional information
The text was updated successfully, but these errors were encountered: