bento
bento copied to clipboard
Packer templates for building minimal Vagrant baseboxes for multiple platforms
# Version: bento/ubuntu-18.04 # Environment: Using Vagrant from Windows 10 using vmware_esxi provider # Scenario: The box is stuck at 'Powered On' # Actual Result: ``` . . . Opening...
https://github.com/chef/bento/blob/f72f0d1e6e2fe108d9b11e70a26e3510993f8ffa/centos/scripts/cleanup.sh#L62 Creating a new REHL7.5 vagrant box using the defaults results in a failure at the cleanup stage. ``` virtualbox-iso: + yum install -y yum-utils virtualbox-iso: Loaded plugins: product-id, search-disabled-repos,...
Hi, the current FreeBSD 11 i386 box does not provide Hypver-V adapter: https://app.vagrantup.com/bento/boxes/freebsd-11.1-i386 In comparison, x64 generic box has the support: https://app.vagrantup.com/generic/boxes/freebsd11 Would it be possible to include Hyper-V adapter...
## Issue description I tried to use `bento/rockylinux-9` box but, when creating the VM (first `vagrant up`), it starts repeating this error message: `: Warning: Authentication failure. Retrying...` until booting...
# Describe the problem Could you kindly provide an arm64 build of the Ubuntu 22.04? ## Software Version ```bento/ubuntu-22.04```
## Description ## Related Issue ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...
# Describe the Enhancement It would be great to have Amazon Linux 2023 available from Bento Cloud. ## Describe the Need Anyone who wish to test configuration management tools such...
# Version current master ## Environment Windows 10 with Packer, Vagrant and VirtualBox as build host. ## Scenario Building a Oracle Linux 7 VM with packer. ## Steps to Reproduce...
# Describe the Enhancement Obtain output from virsh console. ## Describe the Need I want to be able to log in via console to the domain to debug issues when...
# Describe the Enhancement Looking to create a custom vagrant box with 2 hdd. ## Describe the Need To be able to create an Ansible lab with VM like in...