GithubHelp home page GithubHelp logo

kusold / vagrant-boxes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chef/bento

0.0 3.0 0.0 684 KB

Modularized Packer definitions for building Vagrant baseboxes

Home Page: https://vagrantcloud.com/kusold

License: Apache License 2.0

Ruby 8.07% Shell 91.93%

vagrant-boxes's Introduction

Vagrant-Builds

Build Status

About

This project is forked from the excellent opscode/bento project.

Bento is a project that encapsulates Packer templates for building Vagrant baseboxes.

These box were built to be as minimal as possible. It includes a compiled version of Ruby (installed to /opt/ruby to avoid conflicts) and Puppet.

I currently am only building for Virtualbox, so the VMWare boxes are untested.

Current Baseboxes

The following baseboxes are publicly available and were built using this project.

VirtualBox

These baseboxes were all built using a Fedora 20 host running VirtualBox 4.3.12, and have that format of Guest Extensions.

Box Kernel Issue VBox GA Version Ruby Version Puppet Version
kusold/centos-5-i386-puppet 2.6.18-371.el5 CentOS release 5.10 (Final) 4.3.12 2.1.2p95 3.6.1
kusold/centos-5-amd64-puppet 2.6.18-371.el5 CentOS release 5.10 (Final) 4.3.12 2.1.2p95 3.6.1
kusold/centos-6-i386-puppet 2.6.32-431.el6.i686 CentOS release 6.5 (Final) 4.3.12 2.1.2p95 3.6.1
kusold/centos-6-amd64-puppet 2.6.32-431.el6.x86_64 CentOS release 6.5 (Final) 4.3.12 2.1.2p95 3.6.1
kusold/debian-6-i386-puppet 2.6.32-5-686 Debian GNU/Linux 6.0 4.3.12 2.1.2p95 3.6.1
kusold/debian-6-amd64-puppet 2.6.32-5-amd64 Debian GNU/Linux 6.0 4.3.12 2.1.2p95 3.6.1
kusold/debian-7-i386-puppet 3.2.0-4-686-pae Debian GNU/Linux 7 4.3.12 2.1.2p95 3.6.1
kusold/debian-7-amd64-puppet 3.2.0-4-amd64 Debian GNU/Linux 7 4.3.12 2.1.2p95 3.6.1
kusold/ubuntu-10.04-i386-puppet 2.6.32-38-server Ubuntu 10.04.4 LTS 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-10.04-amd64-puppet 2.6.32-38-server Ubuntu 10.04.4 LTS 4.3.12 2.1.2p95 3.6.1
kusold/ubuntu-12.04-i386-puppet 3.11.0-15-generic Ubuntu 12.04.4 LTS 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-12.04-amd64-puppet 3.11.0-15-generic Ubuntu 12.04.4 LTS 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-12.10-i386-puppet 3.5.0-17-generic Ubuntu 12.10 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-12.10-amd64-puppet 3.5.0-17-generic Ubuntu 12.10 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-13.10-i386-puppet 3.11.0-12-generic Ubuntu 13.10 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-13.10-amd64-puppet 3.11.0-12-generic Ubuntu 13.10 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-14.04-i386-puppet 3.13.0-24-generic Ubuntu 14.04 LTS 4.3.12 2.1.2p95 3.6.2
kusold/ubuntu-14.04-amd64-puppet 3.13.0-24-generic Ubuntu 14.04 LTS 4.3.12 2.1.2p95 3.6.2

Build Your Own Boxes

First, install Packer and then clone this project.

Inside the packer directory, a JSON file describes each box that can be built. You can use packer build to build the boxes.

$ packer build debian-7.2.0-i386.json

If you want to use a another mirror site, use mirror variable.

$ packer build -var 'mirror=http://ftp.jaist.ac.jp/pub/Linux/debian-cdimage/release' debian-7.2.0-i386.json

If you only have VMware or VirtualBox available, you may also tell Packer to build only that box.

$ packer build -only=virtualbox-iso debian-7.2.0-i386.json

Congratulations! You now have box(es) in the ../builds directory that you can then add to Vagrant and start testing cookbooks.

Bugs and Issues

Please use GitHub issues to report bugs, features, or other problems.

License & Authors

These basebox templates were converted from veewee definitions originally based on work done by Tim Dysinger to make "Don't Repeat Yourself" (DRY) modular baseboxes. Thanks Tim!

Then this project was forked from the excellent opscode/bento project.

Copyright 2012-2014, Chef Software, Inc. (<[email protected]>)
Copyright 2011-2012, Tim Dysinger (<[email protected]>)

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.

vagrant-boxes's People

Contributors

juliandunn avatar hh avatar schisamo avatar tmatilai avatar kusold avatar bflad avatar tduffield avatar lewg avatar client9 avatar rjocoleman avatar sethvargo avatar zuazo avatar josephholsten avatar justsee avatar petecheslock avatar apetresc avatar andytson-inviqa avatar scalp42 avatar cburyta avatar chulkilee avatar 0xqd avatar hectcastro avatar igarrison avatar jamesonjlee avatar routelastresort avatar comuttun avatar maks3w avatar petere avatar sbarber avatar torandu avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.