A packer builder to create iocage jail images.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Ziltener 4d3a1329c0 Once again, the structure changes... 3 years ago
iocage Once again, the structure changes... 3 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
Makefile Rename to just iocage 4 years ago
README.md Rename to just iocage 4 years ago
go.mod Once again, the structure changes... 3 years ago
go.sum Once again, the structure changes... 3 years ago
main.go Once again, the structure changes... 3 years ago

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