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 4399647401 feat: support arm64 docker image. 6 years ago
vendor refactor: replace sirupsen with zerolog 6 years ago
.drone.yml feat: support arm64 docker image. 6 years ago
.gitignore feat: add testing 7 years ago
Dockerfile refactor: Add arch in Dockerfile 6 years ago
Dockerfile.arm feat: support arm64 docker image. 6 years ago
Dockerfile.arm64 feat: support arm64 docker image. 6 years ago
LICENSE Initial commit 7 years ago
Makefile refactor: replace sirupsen with zerolog 6 years ago
README.md feat: downsize docker image 7 years ago
go.mod feat: support go module 6 years ago
go.sum feat: support go module 6 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 .