Skip to content

wfellis/communitytools-image2docker-linux

This branch is up to date with docker-archive/communitytools-image2docker-linux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5d739d · Jul 17, 2017

History

81 Commits
Jan 10, 2017
Jul 17, 2017
Jul 5, 2017
Jan 29, 2017
Jul 17, 2017
Jan 24, 2017
Jul 6, 2017
Jul 5, 2017
Jan 3, 2017
Jul 6, 2017
Jan 25, 2017
Jul 17, 2017
Jul 5, 2017
Jan 21, 2017
Jul 6, 2017
Dec 14, 2016
Jan 3, 2017

Repository files navigation

v2c - An image analysis and provisioning workflow

Documentation

Demo

This codebase ships with a demo of the proof of concept. The goal of the proof of contept was to demonstrate a workflow that shares the contents of a VMDK with a set of detective components which contribute material to a set of referenced image provisioners. Those provisioners transform the detective contributed materials and contribute Dockerfile segments. All of these contributions tar streamed via tar. The workflow finally stiches together contributed Dockerfile segments into a single Dockerfile and persists an expanded build context. The proof of concept does not perform final image assembly or actually use a real input image, detectives, or provisioners. Those components are crafted to demonstrate material contribution flow.

Start off by downloading this file:

https://s3-us-west-2.amazonaws.com/allingeek-public-transport/for-export-flat.vmdk

Then clone this repo

git clone https://github.com/docker/communitytools-image2docker-linux

Prepare the demo by running:

make prepare
make build
make builtin-prep

Run on OSX with:

sudo bin/v2c-darwin64 build -n PATH-TO_for-export-flat.vmdk

Run the demo on Linux with:

sudo bin/v2c-linux64 build -n PATH-TO_for-export-flat.vmdk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 80.6%
  • Makefile 14.9%
  • Shell 4.5%