From 6a22705fab207f4783648aeb15bb3af92e1c2e5a Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 11 Jul 2017 08:24:43 -0400 Subject: [PATCH] ROADMAP: remove the pre-v1.0.0 roadmap This is not stopping a future roadmap, only removing the one for pre-v1.0.0 Signed-off-by: Vincent Batts --- README.md | 6 ------ ROADMAP.md | 50 -------------------------------------------------- 2 files changed, 56 deletions(-) delete mode 100644 ROADMAP.md diff --git a/README.md b/README.md index c2b355c33..2f7eb6086 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Additional documentation about how this group operates: - [Code of Conduct][code-of-conduct] - [Style and Conventions](style.md) -- [Roadmap](ROADMAP.md) - [Implementations](implementations.md) - [Releases](RELEASES.md) - [project](project.md) @@ -35,11 +34,6 @@ Example use cases include sophisticated network configuration, volume garbage co Runtime developers can build runtime implementations that run OCI-compliant bundles and container configuration, containing low-level OS and host-specific details, on a particular platform. -## Releases - -There is a loose [Road Map](./ROADMAP.md). -During the `0.x` series of OCI releases we make no backwards compatibility guarantees and intend to break the schema during this series. - ## Contributing Development happens on GitHub for the spec. diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 6199b9b8b..000000000 --- a/ROADMAP.md +++ /dev/null @@ -1,50 +0,0 @@ -# OCI Specs Roadmap - -This document serves to provide a long term roadmap on our quest to a 1.0 version of the OCI container specification. -Its goal is to help both maintainers and contributors find meaningful tasks to focus on and create a low noise environment. -The items in the 1.0 roadmap can be broken down into smaller milestones that are easy to accomplish. -The topics below are broad and small working groups will be needed for each to define scope and requirements or if the feature is required at all for the OCI level. -Topics listed in the roadmap do not mean that they will be implemented or added but are areas that need discussion to see if they fit in to the goals of the OCI. - -Listed topics may defer to the [project wiki][runtime-wiki] for collaboration. - -## 1.0 - -### Container Definition - -Define what a software container is and its attributes in a cross platform way. - -Could be solved by lifecycle/ops and create/start split discussions - -*Owner:* vishh & duglin - -### Version Schema - -Decide on a robust versioning schema for the spec as it evolves. - -Resolved but release process could evolve. Resolved for v0.2.0, expect to revisit near v1.0.0 - -*Owner:* vbatts - -### Base Config Compatibility - -Ensure that the base configuration format is viable for various platforms. - -Systems: - -* Linux -* Solaris -* Windows - -*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:* - - -[runtime-wiki]: /~https://github.com/opencontainers/runtime-spec/wiki/RoadMap