Packer is a tool by Hashicorp to automatically build machine images.
It supports Docker, Virtualbox, AWS EC2 and many more.
Image is named fpfis/packer
and based on Alpine.
No configuration is available for this image.
docker run -v $(pwd):$(pwd) -w $(pwd) -ti --rm fpfis/packer
pipeline:
run-packer:
image: fpfis/packer