Sign inSign up

mwendler/packer.complete

By mwendler

•Updated over 10 years ago

a minimal packer setup

Image
0

2.1K

mwendler/packer.complete repository overview

⁠A minimalist packer⁠ setup

based on alpine. The complete image is ~ 500 MB big and contains the COMPLETE packer installation.

Run a container from this image like:

docker run --rm -v `pwd`:/data mwendler/packer packer -v

which should display the installed packer version:

0.8.6

To make packer usable like a locally installed version you can create an alias like:

alias packer='docker run --rm -v `pwd`:/data mwendler/packer packer'

and then use packer from the command line:

packer -v

Have fun!

Tag summary

Content type

Image

Digest

sha256:12d5e2270…

Size

129 MB

Last updated

over 10 years ago

docker pull mwendler/packer.complete