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.
 
 
 
Bo-Yi Wu 03ccd42dc6
chore: upgrade to go module (#5)
5 years ago
.drone.yml refactor: replace lint to revive 6 years ago
.gitignore feat: add testing 7 years ago
Dockerfile refactor: Add arch in Dockerfile 6 years ago
Dockerfile.arm fix docker base image 6 years ago
Dockerfile.arm64 fix docker base image 6 years ago
Dockerfile.i386 feat: support i386 docker image. 6 years ago
LICENSE Initial commit 7 years ago
Makefile refactor: replace lint to revive 6 years ago
README.md feat: downsize docker image 7 years ago
config.toml refactor: replace lint to revive 6 years ago
go.mod chore: upgrade to go module (#5) 5 years ago
go.sum chore: upgrade to go module (#5) 5 years ago
main.go fix typo 6 years ago
plugin.go add trace command. 6 years ago
plugin_test.go fix: -var-file option to match terraform command format 7 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:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-packer
docker build --rm -t appleboy/drone-packer .