From 4715448f7deb8a6d8c9a9e28e103e23ad68326fd Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 13 Jan 2016 14:40:03 -0500 Subject: [PATCH] ROADMAP: adding distribution format line item Signed-off-by: Vincent Batts --- ROADMAP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 16112015b..47044e9e4 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -115,8 +115,15 @@ Systems: *Owner:* robdolinms as lead coordinator ### Full Lifecycle Hooks + Ensure that we have lifecycle hooks in the correct places with full coverage over the container lifecycle. Will probably go away with Vish's work on splitting create and start, and if we have exec. *Owner:* + +### Distributable Format + +A common format for serializing and distributing bundles. + +*Owner:* vbatts