You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Specifically, when using an archive (tar, tar.gz, zip, etc.) a metadata.json file must be included and:
metadata.json must contain at least the "provider" key with the provider the box is for. { "provider": "virtualbox" }
Solution
Include the aforementioned metadata.json file
or
Provide the Vagrant "platform" option as the raw .box file and NOT as an archive (also worth mentioning the current ZIP is adding nothing in terms of compression and instead adds 195 bytes)
Thanks!
The text was updated successfully, but these errors were encountered:
Problem
For VMs provided at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ on the Vagrant "platform", the provided ZIP file does not meet the Vagrant box file format specification detailed here: https://www.vagrantup.com/docs/boxes/format.html
Specifically, when using an archive (tar, tar.gz, zip, etc.) a metadata.json file must be included and:
Solution
or
Thanks!
The text was updated successfully, but these errors were encountered: