Skip to content

Ginja/packer-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-templates

http://www.packer.io/

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

This repo contains Packer templates for building Vagrant boxes.

Usage

# cd into the template folder you want to build underneath input/  
# In this example, let's assume that's CentOS-6.5-x86_64/RVM-Ruby-2.0.0-p451-Puppet-Gem
cd input/CentOS-6.5-x86_64/RVM-Ruby-2.0.0-p451-Puppet-Gem

# Run packer build on the *.json file inside
packer build RVM-Ruby-2.0.0-p451-Puppet-Gem.json

If a build is successful, the output will be available in the matching folder path underneath the output directory. In the example above that would be:

output/CentOS-6.5-x86_64/RVM-Ruby-2.0.0-p451-Puppet-Gem

About

A collection of Packer templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages