neilkidd / ubuntu-packer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu-packer

MIT License

Aim

Creation of a minimal cloud hosted Vagrant box.

Regular rebuilds to stay up to date and secure.

See the issues for outstanding tasks.

Motivation

  • To provide the basis of a common daily driver development environment.
  • A minimal box to allow varying software provisioners to be run over the top.
  • UK GB locale and keyboard out of the box. Scratching my itch.
  • Provide a windowed environment.

Requirements

  • packer
  • virtualbox
  • jq

Local development

To execute locally, avoiding post-processors and push run:

$ jq 'del(.push) | del(.["post-processors"][][1:])' template.json | packer build -only=virtualbox-iso -

Thanks

Inspiration, code and kudos to / for the following:

About

License:MIT License


Languages

Language:Shell 93.4%Language:Ruby 6.6%