Skip to content

siso/packer-templates

Repository files navigation

siso's packer-templates

Build Status

version: 0.1.1

Synopsis

Packer templates to build Debian images for Vagrant and VirtualBox.

Prerequisites

You will need the following software on your local host:

Quickstart

# build debian jessie image for virtualbox
packer build debian-8.0.0-amd64-virtualbox.json

# add vagrant box
vagrant box add siso-debian-8.0.0-amd64-jessie virtualbox/siso-debian-8.0.0-amd64-jessie.box

# start and ssh into virtualbox box
vagrant up
vagrant ssh

# do stuff

# destroy and remove box
vagrant destroy
vagrant box remove siso-debian-8.0.0-amd64-jessie

Links

Contribute

  • Fork the repository on Github
  • Create a named feature branch (like add_component_x)
  • Write your change
  • Write tests for your change (if applicable)
  • Run the tests, ensuring they all pass
  • Submit a Pull Request using Github

Authors

License

Copyright (C) 2015 Simone Soldateschi

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Packer templates to create boxes

Resources

License

Stars

Watchers

Forks

Packages

No packages published