-- DISCONTINUED! --
vagrant-boxes
baseboxes build with packer for use with vagrant. This repository includes the packer templates to build the baseboxes. The build boxes are available through
- Vagrantcloud
- Amazon S3 (eu-central-1)
Tools
Usage
Make sure you have the above tools installed.
The following env vars must be present:
PACKER_ATLAS_TOKENAtlas API TokenAWS_ACCESS_KEY_IDAmazon Webservices KEY-IDAWS_SECRET_ACCESS_KEYAmazon 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
- Author:: Achim Rosenhagen (a.rosenhagen@ffuenf.de)
- Copyright:: 2018, ffuenf
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.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

