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.
|
3 years ago | |
---|---|---|
iocage | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 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