Skip to content

kevit/coreos-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Packer.io templates for CoreOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published