Vagrant Boxes Save Abandoned

baseboxes build with packer.io for use with vagrant

Project README

-- DISCONTINUED! --

ffuenf - code • design • e-commerce

vagrant-boxes

GitHub tag Build Status PayPal Donate

baseboxes build with packer for use with vagrant. This repository includes the packer templates to build the baseboxes. The build boxes are available through

Tools

Usage

Make sure you have the above tools installed.

The following env vars must be present:

  • PACKER_ATLAS_TOKEN Atlas API Token
  • AWS_ACCESS_KEY_ID Amazon Webservices KEY-ID
  • AWS_SECRET_ACCESS_KEY Amazon Webservices ACCESS-KEY

You have to adjust the Thorfile line 50 to match your own S3 bucket.

run the following command to build/upload individual boxes:

$ bundle exec thor packer:build \
  --atlas_version=1.0.0 \                         # version tag
  --os=debian \                                   # os distribution (debian/ubuntu)
  --os_version=9.5.0 \                            # os version
  --providers=virtualbox,vmware_desktop,parallels # providers to build

run the following command to build/upload ALL boxes synchronously:

$ ./build_boxes.sh

run the following command to delete temporary artifacts

$ bundle exec thor packer:clean cache

run the following command to delete all local box files

$ bundle exec thor packer:clean boxes

Boxes

Ubuntu

Ubuntu Bionic Beaver 18.04.1 LTS / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 2.3.3-1ubuntu1.3
  • Rubygems 2.7.7
Provider URL
Vagrantcloud ffuenf/ubuntu-18.04.1-server-amd64
Virtualbox ubuntu-18.04.1-server-amd64_virtualbox.box
VMWare Fusion ubuntu-18.04.1-server-amd64_vmware.box

Ubuntu Artful Aardvark 17.10.1 Server x86_64 / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 2.3.3-1ubuntu1.3
  • Rubygems 2.7.7
Provider URL
Vagrantcloud ffuenf/ubuntu-17.10.1-server-amd64
Virtualbox ubuntu-17.10.1-server-amd64_virtualbox.box
VMWare Fusion ubuntu-17.10.1-server-amd64_vmware.box

Ubuntu Xenial Xerus 16.04.4 Server x86_64 / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 2.3.1-2~16.04.9
  • Rubygems 2.7.7
Provider URL
Vagrantcloud ffuenf/ubuntu-16.04.4-server-amd64
Virtualbox ubuntu-16.04.4-server-amd64_virtualbox.box
VMWare Fusion ubuntu-16.04.4-server-amd64_vmware.box

Ubuntu Trusty Tahr 14.04.5 Server x86_64 / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 1.9.3.484-2ubuntu1.2
  • Rubygems 2.7.7
Provider URL
Vagrantcloud ffuenf/ubuntu-14.04.5-server-amd64
Virtualbox ubuntu-14.04.5-server-amd64_virtualbox.box
VMWare Fusion ubuntu-14.04.5-server-amd64_vmware.box

Debian

Debian Stretch 9.5.0 x86_64 / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 2.3.3-1+deb9u2
  • Rubygems 2.7.7
Provider URL
Vagrantcloud ffuenf/debian-9.5.0-amd64
Virtualbox debian-9.5.0-amd64_virtualbox.box
VMWare Fusion debian-9.5.0-amd64_vmware.box

Debian Jessie 8.11.0 x86_64 / CHECKSUMS / manifest

  • VMware Tools 10.3.2
  • VirtualBox Guest Additions 5.2.20
  • Chef 14.5.33-1
  • Ruby 2.1.5-2+deb8u3
  • Rubygems 2.7.6
Provider URL
Vagrantcloud ffuenf/debian-8.11.0-amd64
Virtualbox debian-8.11.0-amd64_virtualbox.box
VMWare Fusion debian-8.11.0-amd64_vmware.box

Testing

The following Thor tasks are provided for automated testing of the cookbook:

$ bundle exec thor list
thor packer:build     # Execute the packer builder
thor packer:clean     # Remove temporary artifacts
thor packer:validate  # Validate all the packer templates

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Open Source Agenda is not affiliated with "Vagrant Boxes" Project. README Source: ffuenf/vagrant-boxes
Stars
292
Open Issues
1
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating