The scripts that builds a Laravel Homestead development environment using CentOS.
See release.md for build details.
This build tool clones the bento git project and inserts the scripts/provision.sh file into the packer build sequence. The bento project uses the Vagrant teams Packer tool.
We rely on the bento packer project for delivering stable and upto date Virtualized Environments.
- specify version and run
build.sh
VERSION=11.5.0
BENTO_PATH=../bento
git clone https://github.com/chef/bento $BENTO_PATH
./build.sh $VERSION
- Review the
scripts/provision.sh- this runs CentOS build commands. - Review in file
./build.shas it follows the normal Packer practice of building withcentos/centos-7.5-x86_64.json.