/coreos-packer

Packer.io templates for CoreOS

Primary LanguageRuby

coreos-packer

Packer.io templates for CoreOS. These are based on the following:

Currently only parallels and virtualbox are supported.

Requirements

Parallels Desktop 10 Parallels SDK 10 PrlUtils from https://github.com/bassamtabbara/prl-utils

Building

To build run the following:

packer build -parallel=false coreos.json 

This will build coreos from the alpha channel. To build from other channels run:

packer build -parallel=false -var 'channel=beta' coreos.json 

channel can be set to "stable", "beta" or "alpha". Default is "alpha".

The -parallel=false is used to avoid a bug in packer (see hashicorp/packer#1665)