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

Commit 4b1f0b8

Browse files
committedJul 5, 2017
Added docs links to README
Signed-off-by: Jeff Nickoloff <[email protected]>
1 parent b8731ab commit 4b1f0b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# v2c - An image analysis and provisioning workflow
22

3+
## Documentation
4+
5+
* [Building components - enhancing the tool](docs/BUILDING-COMPONENTS.md)
6+
* [Program architecture and how components work together](docs/DESIGN-AND-INTERFACES.md)
7+
38
## Demo
49

510
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.

0 commit comments

Comments
 (0)
This repository has been archived.