vanilladebianbox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vanilladebianbox [2014/02/10 17:50] – [Vanilla Debian Base Box for Vagrant] kdev | vanilladebianbox [2016/04/10 19:56] (current) – removed kdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | | ||
| - | ====== Vanilla Debian Base Box for Vagrant ====== | ||
| - | Here is a VirtualBox image for [[http:// | ||
| - | |||
| - | This box was created using https:// | ||
| - | and follows the Debian recommandations for official cloud images (it only installs packages from the main archive, plus puppet and ansible for Vagrant' | ||
| - | |||
| - | The image is updated regularly to follow Debian stable minor releases. | ||
| - | |||
| - | ===== How to use ===== | ||
| - | Download the Base Box from http:// | ||
| - | < | ||
| - | wget http:// | ||
| - | </ | ||
| - | |||
| - | Add it to the list of your base boxes: | ||
| - | < | ||
| - | vagrant box add " | ||
| - | </ | ||
| - | |||
| - | Start a new Vagrant env using the box: | ||
| - | < | ||
| - | vagrant init debian-7.3 | ||
| - | </ | ||
| - | |||
| - | ===== Verifying the Integrity of the box ===== | ||
| - | Get my GPG Public key from | ||
| - | < | ||
| - | wget http:// | ||
| - | </ | ||
| - | |||
| - | Add my GPG public key to your key ring ( you can also find this key in the Debian Maintainer keyring) | ||
| - | < | ||
| - | gpg --import emmanuel_kasper_kasprzyk.gpg | ||
| - | </ | ||
| - | |||
| - | Verify signature of the MD5SUM file: | ||
| - | < | ||
| - | gpg --verify MD5SUM.gpg | ||
| - | gpg: Signature made Sat Aug 31 11:25:22 2013 CEST using RSA key ID 91E95791 | ||
| - | gpg: Good signature from " | ||
| - | gpg: WARNING: This key is not certified with a trusted signature! | ||
| - | gpg: There is no indication that the signature belongs to the owner. | ||
| - | Primary key fingerprint: | ||
| - | </ | ||
| - | |||
| - | Compute the md5sum of the downloaded file | ||
| - | < | ||
| - | md5 debian-wheezy-64.box | ||
| - | </ | ||
| - | |||
| - | it should match the content of MD5SUM | ||
vanilladebianbox.1392054659.txt.gz · Last modified: 2015/03/11 11:22 (external edit)
