Packer

Description

Packer is a tool by Hashicorp to automatically build machine images.

It supports Docker, Virtualbox, AWS EC2 and many more.

Image

Image is named fpfis/packer and based on Alpine.

Configuration

No configuration is available for this image.

Examples

From CLI

docker run -v $(pwd):$(pwd) -w $(pwd) -ti --rm fpfis/packer

From Drone

pipeline:
  run-packer:
    image: fpfis/packer

Build Status Docker Image