Skip to content

go-ggz/packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggz-packer

Build Status

Build Automated Machine Images

validate json file

$ packer validate ggz-aws.json

build first image

$ packer build \
  -var 'aws_access_key=YOUR ACCESS KEY' \
  -var 'aws_secret_key=YOUR SECRET KEY' \
  -var 'region=ap-southeast-1' \
  ggz-aws.json

Testing

To turn caching off, you can use the GOCACHE environment variable and set it to off:

GOCACHE=off go test -timeout 30m ./...

Releases

No releases published

Packages

No packages published