All Projects → kaorimatz → Packer Templates

kaorimatz / Packer Templates

Licence: mit
Packer templates for Vagrant base boxes

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Packer Templates

Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (-57.75%)
Mutual labels:  packer, vagrant, virtualbox, qemu
packer-ubuntu
No description or website provided.
Stars: ✭ 29 (-93.84%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Templates
Scripts and Templates used for generating Vagrant images
Stars: ✭ 219 (-53.5%)
Mutual labels:  packer, vagrant, virtualbox, qemu
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+136.94%)
Mutual labels:  vagrant, packer, virtualbox, vmware
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-94.69%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Nixbox
NixOS Vagrant boxes [[email protected]]
Stars: ✭ 189 (-59.87%)
Mutual labels:  packer, vagrant, virtualbox, qemu
packer-centos
Create CentOS images for different hypervisors with Packer
Stars: ✭ 18 (-96.18%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+122.93%)
Mutual labels:  vmware, packer, vagrant, virtualbox
Vagrant Boxes
baseboxes build with packer.io for use with vagrant
Stars: ✭ 291 (-38.22%)
Mutual labels:  vmware, packer, vagrant, virtualbox
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-78.56%)
Mutual labels:  vmware, packer, vagrant, virtualbox
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-83.44%)
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 (-35.67%)
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 (-91.93%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+702.34%)
Mutual labels:  vmware, packer, vagrant, virtualbox
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (-85.14%)
Mutual labels:  vagrant, packer, vmware
packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (-89.6%)
Mutual labels:  vagrant, packer, vmware
Project-Mendacius
A GUI based virtualisation tool for running Linux on macOS Big Sur (x86 or arm64)
Stars: ✭ 107 (-77.28%)
Mutual labels:  virtualbox, vmware, qemu
upstream-institute-virtual-environment
A Vagrant-based image creator for OpenStack Upstream Training sessions
Stars: ✭ 18 (-96.18%)
Mutual labels:  vagrant, virtualbox, vmware
New-Machine
Utilizing Vagrant, Packer, Chocolatey, and Boxstarter to Configure my Dev Machines
Stars: ✭ 26 (-94.48%)
Mutual labels:  vagrant, packer, virtualbox
packer-ubuntu-18.04
packer example - Ubuntu Server 18.04.5
Stars: ✭ 37 (-92.14%)
Mutual labels:  vagrant, packer, virtualbox

packer-templates

Travis

Packer templates for Vagrant base boxes

Usage

Clone the repository:

$ git clone https://github.com/kaorimatz/packer-templates && cd packer-templates

Build a machine image from the template in the repository:

$ packer build -only=virtualbox-iso archlinux-x86_64.json

Add the built box to Vagrant:

$ vagrant box add archlinux-x86_64 archlinux-x86_64-virtualbox.box

Configuration

You can configure each template to match your requirements by setting the following user variables.

User Variable Default Value Description
compression_level 6 Documentation
cpus 1 Number of CPUs
disk_size 40000 Documentation
headless 0 Documentation
memory 512 Memory size in MB
mirror A URL of the mirror where the ISO image is available

Example

Build an uncompressed Arch Linux vagrant box with a 4GB hard disk using the VirtualBox provider:

$ packer build -only=virtualbox-iso -var compression_level=0 -var disk_size=4000 archlinux-x86_64.json

Pre-built Boxes

You can also use the pre-built boxes hosted on Atlas.

$ vagrant box add kaorimatz/archlinux-x86_64
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].