All Projects → ffuenf → Vagrant Boxes

ffuenf / Vagrant Boxes

baseboxes build with packer.io for use with vagrant

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Vagrant Boxes

Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-65.29%)
Mutual labels:  vmware, packer, vagrant, virtualbox
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+283.51%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-73.2%)
Mutual labels:  vmware, packer, vagrant, virtualbox
packer-centos
Create CentOS images for different hypervisors with Packer
Stars: ✭ 18 (-93.81%)
Mutual labels:  vagrant, packer, virtualbox, vmware
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-91.41%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Templates
Packer templates for Vagrant base boxes
Stars: ✭ 471 (+61.86%)
Mutual labels:  vmware, packer, vagrant, virtualbox
packer-ubuntu
No description or website provided.
Stars: ✭ 29 (-90.03%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+260.82%)
Mutual labels:  vmware, packer, vagrant, virtualbox
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+4.12%)
Mutual labels:  vmware, packer, vagrant, virtualbox
Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+1198.63%)
Mutual labels:  vmware, packer, vagrant, virtualbox
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (-86.94%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (-66.67%)
Mutual labels:  vmware, vagrant, virtualbox
ansible-role-packer-debian
Ansible Role - Packer Debian/Ubuntu Configuration for Vagrant VirtualBox
Stars: ✭ 32 (-89%)
Mutual labels:  packer, virtualbox, vmware
upstream-institute-virtual-environment
A Vagrant-based image creator for OpenStack Upstream Training sessions
Stars: ✭ 18 (-93.81%)
Mutual labels:  vagrant, virtualbox, vmware
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (-89.35%)
Mutual labels:  vagrant, virtualbox, vmware
packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (-83.16%)
Mutual labels:  vagrant, packer, vmware
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (-75.95%)
Mutual labels:  vagrant, packer, vmware
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (-93.81%)
Mutual labels:  vagrant, packer, virtualbox
packer-ubuntu-18.04
packer example - Ubuntu Server 18.04.5
Stars: ✭ 37 (-87.29%)
Mutual labels:  vagrant, packer, virtualbox
packer-FreeBSD
Build a FreeBSD VM for Vagrant using packer
Stars: ✭ 23 (-92.1%)
Mutual labels:  vagrant, packer, virtualbox

-- 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].