Sign inSign up

hxhroniegss/packer

By hxhroniegss

Updated about 3 years ago

Image
0

1.9K

hxhroniegss/packer repository overview

Packer Image

Note: Can be used with both shell and ansible provisioners

Requirements

Environmental Variables

  • AWS_DEFAULT_REGION
  • AWS_SECRET_ACCESS_KEY
  • AWS_ACCESS_KEY_ID

Packer Config File

  • packer.json
Usage

docker run --rm -it
-v $(pwd)/src/packer/test:/home/src
-e "AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION"
-e "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY"
-e "AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID"
hxhroniegss/packer build packer.json

Tag summary

Content type

Image

Digest

sha256:5da5c0683

Size

1.2 GB

Last updated

about 3 years ago

docker pull hxhroniegss/packer