Packer plugin for Drone CI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Fábio Kaiser Rauber 17c4ed991a Need to build executable first 2 years ago
docker Update Packer to version 1.8.6 2 years ago
.dockerignore chore: update makefile 5 years ago
.drone.jsonnet chore: upgrade docker build. 5 years ago
.drone.yml Need to build executable first 2 years ago
.editorconfig chore: update makefile 5 years ago
.gitignore feat: add testing 7 years ago
.revive.toml chore: update makefile 5 years ago
LICENSE Initial commit 7 years ago
Makefile update 3 years ago
README.md Update drone file to build locally 2 years ago
go.mod chore: upgrade dependency 3 years ago
go.sum chore: upgrade dependency 3 years ago
main.go Add context dir (#4) 5 years ago
pipeline.libsonnet upgrade to go1.16 4 years ago
plugin.go Add context dir (#4) 5 years ago
plugin_test.go fix: -var-file option to match terraform command format 6 years ago

README.md

drone-packer

GoDoc Build Status codecov Go Report Card Docker Pulls Build Status

Drone plugin for build Automated machine images with Packer. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

make build