A packer builder to create iocage jail images.
Go to file
Daniel Ziltener 4d3a1329c0 Once again, the structure changes... 2020-01-08 20:08:48 +01:00
iocage Once again, the structure changes... 2020-01-08 20:08:48 +01:00
.gitignore Initial commit 2019-12-19 23:20:50 +01:00
LICENSE Initial commit 2019-12-19 23:20:50 +01:00
Makefile Rename to just iocage 2019-12-20 16:26:10 +01:00
README.md Rename to just iocage 2019-12-20 16:26:10 +01:00
go.mod Once again, the structure changes... 2020-01-08 20:08:48 +01:00
go.sum Once again, the structure changes... 2020-01-08 20:08:48 +01:00
main.go Once again, the structure changes... 2020-01-08 20:08:48 +01:00

README.md

packer-builder-iocage

This is a HashiCorp Packer plugin to create iocage snapshots.

Requirements

Build & Installation

Install from source:

Clone repository to $GOPATH/src/gitea.lyrion.ch/zilti/packer-builder-iocage

$ mkdir -p $GOPATH/src/gitea.lyrion.ch/zilti; cd $GOPATH/src/gitea.lyrion.ch/zilti
$ git clone http://gitea.lyrion.ch/zilti/packer-builder-iocage.git

Enter the provider directory and build the provider

$ cd $GOPATH/src/gitea.lyrion.ch/zilti/packer-builder-iocage
$ make build

Link the build to Packer

$ ln -s $GOPATH/bin/packer-builder-iocage ~/.packer.d/plugins/packer-builder-iocage