/packer-debian-unstable

A Docker template for a minimal installation of Debian unstable (also known as sid).

Primary LanguageShellMIT LicenseMIT

Packer template for Debian Unstable

A Packer template for building minimal images of the Debian Unstable distribution, also known as sid.

Usage

  1. Install Packer

  2. Clone this repository and cd into it:

    $ git clone https://github.com/loicfrering/packer-debian-unstable.git
    $ cd packer-debian-unstable
    
  3. Launch the build:

    $ packer build template.json
    
  4. Use the generated packer_debian-unstable_{{.Provider}}.box.

Providers

The virtualbox provider is the only one supported at the moment.

License

Copyright (c) 2013 Loïc Frering, licensed under the MIT license. See the LICENSE file for more informations.