Giter Site home page Giter Site logo

baseboxes's Introduction

Circle CI

Vagrant Virtualbox Baseboxes for automated Atlas Builds

Hashicorp Atlas introduced periodic builds for Virtualbox Vagrant Boxes. I use this for daily updatet boxes with the latest kernels and packages.

Use the Boxes

Requires

  • Vagrant
  • Virtualbox

You can use command line Vagrant in order to download and use the boxes:

blacklabelops/centos7

$ vagrant init blacklabelops/centos7
$ vagrant up

blacklabelops/centos-7.1.1503

$ vagrant init blacklabelops/centos-7.1.1503
$ vagrant up

blacklabelops/centos-7.2.1511

$ vagrant init blacklabelops/centos-7.2.1511
$ vagrant up

Update your Boxes

Each box should have a new version each day.

Check your local box version against the available box version:

$ vagrant box outdated

Do this for all local boxes:

$ vagrant box outdated --global

Update your local box with the following command:

$ vagrant box update

Use a Fixed Box Version

You can fix the version you use.

Template command:

$ vagrant init blacklabelops/{{ box }} https://atlas.hashicorp.com/blacklabelops/boxes/{{ box }}/versions/{{ version }}

Example:

$ vagrant init blacklabelops/centos7 https://atlas.hashicorp.com/blacklabelops/boxes/centos7/versions/2015.1206.091558
$ vagrant up

Downloads blacklabelops/centos7 in version 2015.1206.091558. The version number is a iso encoded timestamp! (yyyy.mmdd.hhmmss)

Finally deactivate update checks by uncommenting the following line in your Vagrantfile:

config.vm.box_check_update = false

Purge your boxes

Easiest way to get rid of all boxes and versions is by deleting the box folder.

Note: You will loose all local Vagrant Boxes! This will also corrupt not destroyed running Vagrant Boxes!

$ rm -rf ~/.vagrant.d/boxes/*

Build a Box

The following project covers the topic of building Vagrant boxes :

blacklabelops/packercentos

References

baseboxes's People

Watchers

Nap Ramirez 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.