irgeek - Overview
Pinned Loading
-
2
BOOT2DOCKER_CERTS_DIR=/var/lib/boot2docker/certs
3
CERTS_DIR=/etc/ssl/certs
4
CAFILE=${CERTS_DIR}/ca-certificates.crt -
1
**Finding Packer-generated AMIs automatically after builds**
3
The basic technique is to have Packer add a tag with a unique value during the build, and use AWS' built-in filtering capabilities to find that specific AMI after the build finishes.
5
* template.json - Shows the settings that need to be added to your template