Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Added docs links to README
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
  • Loading branch information
allingeek committed Jul 5, 2017
1 parent b8731ab commit 4b1f0b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,5 +1,10 @@
# v2c - An image analysis and provisioning workflow

## Documentation

* [Building components - enhancing the tool](docs/BUILDING-COMPONENTS.md)
* [Program architecture and how components work together](docs/DESIGN-AND-INTERFACES.md)

## 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.
Expand Down

0 comments on commit 4b1f0b8

Please sign in to comment.