github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/build/packer/README.md (about) 1 # build/packer 2 3 This directory contains [Packer] templates that automate building VM images. 4 To use, install Packer, then run: 5 6 ``` 7 $ packer build VM-TEMPLATE.json 8 ``` 9 10 The location of the created VM image will be printed when the build completes. 11 12 At present, the only VM template available builds TeamCity agent images for 13 Google Compute Engine. You'll need to be either authenticated with the `gcloud` 14 tool or provide your Google Cloud JSON credentials in a [known location][gauth]. 15 16 17 [Packer]: https://www.packer.io 18 [gauth]: https://www.packer.io/docs/builders/googlecompute.html#running-without-a-compute-engine-service-account