All Projects → cbednarski → packer-ubuntu

cbednarski / packer-ubuntu

Licence: MIT License
No description or website provided.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to packer-ubuntu

Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+12931.03%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox, vmware
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+944.83%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox, vmware
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (+248.28%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox, vmware
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 (+31.03%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+586.21%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
Vagrant Boxes
baseboxes build with packer.io for use with vagrant
Stars: ✭ 291 (+903.45%)
Mutual labels:  vagrant, packer, virtualbox, vmware
packer-centos
Create CentOS images for different hypervisors with Packer
Stars: ✭ 18 (-37.93%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer
Packer helpers and templates for Docker, IIS, SQL Server and Visual Studio on Windows and Ubuntu
Stars: ✭ 242 (+734.48%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (+1606.9%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+3520.69%)
Mutual labels:  vagrant, packer, virtualbox, vmware
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+3748.28%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (+179.31%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
packer-ubuntu-18.04
packer example - Ubuntu Server 18.04.5
Stars: ✭ 37 (+27.59%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-13.79%)
Mutual labels:  vagrant, packer, virtualbox, vmware
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (+141.38%)
Mutual labels:  vagrant, packer, ubuntu, vmware
Packer Templates
Packer templates for Vagrant base boxes
Stars: ✭ 471 (+1524.14%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (+168.97%)
Mutual labels:  vagrant, packer, virtualbox, vmware
Packer Templates
Stars: ✭ 90 (+210.34%)
Mutual labels:  vagrant, packer, ubuntu, virtualbox
Nixbox
NixOS Vagrant boxes [[email protected]]
Stars: ✭ 189 (+551.72%)
Mutual labels:  vagrant, packer, virtualbox
Vagrant Box Templates
Stars: ✭ 100 (+244.83%)
Mutual labels:  vagrant, ubuntu, virtualbox

Ubuntu LTS Virtual Machines for Vagrant

This repo includes a Packer template that builds base VMs for Vagrant. The VMs use Ubuntu LTS releases such as Ubuntu 14.04 Trusty Tahr and Ubuntu 16.04 Xenial Xerus. They use the server flavor and are 64-bit only.

These images are built for Vagrant using the VMware and VirtualBox providers, and support shared folders. Beyond that, the images are designed to include as little as possible so you can build your own automation on top using chef, puppet, bash, ifs, or whatever you like!

This project was originally based on mitchellh/packer-ubuntu-12.04-docker but has since diverged quite a bit. Feel free to fork this repo and use it as a basis for your own Vagrant boxes!

Atlas

You can download pre-built releases from Atlas via:

vagrant init cbednarski/ubuntu-1604
vagrant up

See all of the boxes.

Build It

If you want to build the boxes yourself, or customize them, you can do so with packer!

git clone https://github.com/cbednarski/packer-ubuntu
cd packer-ubuntu
make
make install

The makefile helps you build one of the images and add the finished box to Vagrant. Take a peek at the Makefile to see how to build the other boxes.

Builds

  • 1604-min and 1404-min have a minimal set of packages required to run on Virtualbox and VMware with shared folders. This is a good base for testing automated installs because it assumes almost nothing beyond the base operating system.

  • 1404-dev builds on top of the min variant to include some developer tooling like vim, tree, ifs, and hostess so you don't have to reinstall them every single time.

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