Skip to content

barklyprotects/coreos-packer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreOS-Packer

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

Currently only VMware Fusion and VirtualBox is supported. A few fixes were also applied.

Requirements

VirtualBox > 5 VMware Fusion

Building

To build run the following:

packer build coreos.json

This will build CoreOS from the current channel, with the checksum of 560f13071604d492e19bbc9f0818713a. To build from other channels run:

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

Variables

  • channel - Can be set to alpha, beta, or stable DEFAULT: stable
  • version - The version of CoreOS DEFAULT: current
  • checksum_type - The checksum algorithm for the iso DEFAULT: md5
  • checksum - The checksum of the latest iso DEFAULT: 560f13071604d492e19bbc9f0818713a

About

Packer.io templates for CoreOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 77.5%
  • Shell 22.5%