Skip to content

BSick7/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

Languages

  • Ruby 69.5%
  • Shell 20.4%
  • Makefile 10.1%