Skip to content

cliffano/packer-kon-tiki

Repository files navigation

Avatar

Build Status Docker Pulls Count Security Status

Packer Kon-Tiki

Packer Kon-Tiki is a Packer builder of Docker image containing the software needed to build many micro sites maintained by Studio C.

Installation

Pull Kon-Tiki Docker image from Docker Hub:

docker pull cliffano/kon-tiki

Or alternatively, you can create the Docker image:

git clone https://github.com/cliffano/packer-kon-tiki
cd packer-kon-tiki
make docker

An image with cliffano/kon-tiki repository and latest tag should show up:

kabuto> docker images

REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
cliffano/kon-tiki   latest              645eb1cde567        2 hours ago         733MB
ubuntu              latest              f975c5035748        3 weeks ago         112MB

Usage

Bob, Hugo, ImageMagick, and jq, are available inside the image. Run the command using:

docker run \
  --workdir /opt/workspace \
  -v $(pwd):/opt/workspace \
  -t cliffano/kon-tiki \
  --rm \
  kon-tiki

About

Packer builder of Docker image containing the software needed to build many micro sites maintained by Studio C

Resources

License

Stars

Watchers

Forks

Packages

No packages published