Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://portal.cloud.hashicorp.com/vagrant/discover/debian/bookworm64 gives a version not available #13615

Open
SamuelMarks opened this issue Mar 14, 2025 · 1 comment

Comments

@SamuelMarks
Copy link

https://portal.cloud.hashicorp.com/vagrant/discover/debian/bookworm64 tells me to

vagrant init debian/bookworm64 --box-version 12.20250126.1

When running vagrant up I get:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'debian/bookworm64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: 12.20250126.1
==> default: Loading metadata for box 'debian/bookworm64'
    default: URL: https://vagrantcloud.com/api/v2/vagrant/debian/bookworm64
The box you're attempting to add has no available version that
matches the constraints you requested. Please double-check your
settings. Also verify that if you specified version constraints,
that the provider you wish to use is available for these constraints.

Box: debian/bookworm64
Address: https://vagrantcloud.com/api/v2/vagrant/debian/bookworm64
Constraints: 12.20250126.1
Available versions: 12.20230602.1, 12.20230615.1, 12.20230723.1, 12.20231009.1, 12.20231211.1, 12.20240212.1, 12.20240503.1, 12.20240814.1, 12.20240905.1, 12.20241217.1, 12.20250126.1
@chrisroberts
Copy link
Member

Hi there,

Without information included about your host system I can only guess, but my assumption is that you are using an arm based mac and the requested box does not support your host architecture. In this case, the virtualbox provider for the debian/bookworm64 box only supports amd64 architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants