Commit Graph

14 Commits

Author SHA1 Message Date
Vincent Batts 207267d0de *: specs -> runtime-spec
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-04-04 14:16:01 -04:00
W. Trevor King cb2da5430a config: Single, unified config file
Reverting 7232e4b1 (specs: introduce the concept of a runtime.json,
2015-07-30, #88) after discussion on the mailing list [1].  The main
reason is that it's hard to draw a clear line around "inherently
runtime-specific" or "non-portable", so we shouldn't try to do that in
the spec.  Folks who want to flag settings as non-portable for their
own system are welcome to do so (e.g. "we will clobber 'hooks' in
bundles we run") are welcome to do so, but we don't have to have
to split the config into multiple files to do that.

There have been a number of additional changes since #88, so this
isn't a pure Git reversion.  Besides copy-pasting and the associated
link-target updates, I've:

* Restored path -> destination, now that the mount type contains both
  source and target paths again.  I'd prefer 'target' to 'destination'
  to match mount(2), but the pre-7232e4b1 phrasing was 'destination'
  (possibly due to Windows using 'target' for the source?).

* Restored the Windows mount example to its pre-7232e4b1 content.

* Removed required mounts from the config example (requirements landed
  in 3848a238, config-linux: specify the default devices/filesystems
  available, 2015-09-09, #164), because specifying those mounts in the
  config is now redundant.

* Used headers (vs. bold paragraphs) to set off mount examples so we
  get link anchors in the rendered Markdown.

* Replaced references to runtime.json with references to config.json.

[1]: https://groups.google.com/a/opencontainers.org/forum/#!topic/dev/0QbyJDM9fWY
     Subject: Single, unified config file (i.e. rolling back specs#88)
     Date: Wed, 4 Nov 2015 09:53:20 -0800
     Message-ID: <20151104175320.GC24652@odin.tremily.us>

Signed-off-by: W. Trevor King <wking@tremily.us>
2016-01-27 09:51:54 -08:00
Vincent Batts 1f519091e2 Merge pull request #304 from mrunalp/clarify_rootfs
Remove clarify rootfs item from the ROADMAP
2016-01-13 16:42:23 -05:00
Mrunal Patel b28481ae37 Merge pull request #301 from vbatts/roadmap-distribution.md
ROADMAP: adding distribution format line item
2016-01-13 13:41:30 -08:00
Vincent Batts 2d6ef2325d ROADMAP: remove the protobuf line item
As using protobuf has been decided against, this removes it from the
Roadmap items.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-01-13 15:04:40 -05:00
Mrunal Patel c6d40b514e Remove clarify rootfs item from the ROADMAP
We discussed this in the face to face meeting and agreed
that it makes sense to keep the rootfs as is for flexibility.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-01-13 11:55:00 -08:00
Vincent Batts 4715448f7d ROADMAP: adding distribution format line item
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-01-13 14:41:50 -05:00
Doug Davis 0fe5798279 Update ROADMAP.md
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-01-13 11:20:41 -08:00
Mrunal Patel 72ba8bf82e Merge pull request #272 from vbatts/roadmap-link
roadmap: update links and add wiki reference
2015-12-17 09:40:21 -08:00
Vincent Batts b7a4db3146 roadmap: update links and add wiki reference
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-12-16 16:37:50 -05:00
Swapnil Kulkarni (coolsvap) 34e7f47e17 Update Typo in ROADMAP.md
Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
2015-12-04 13:27:29 +05:30
Lai Jiangshan b513f7954f ROADMAP.md: remove the tail spaces
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-11-17 20:27:39 +08:00
Liang Chenye 4ebe55f4dd add testing framework to ROADMAP
Signed-off-by: Liang Chenye <liangchenye@huawei.com>
2015-11-11 12:12:09 -08:00
Michael Crosby 4859f6da27 Add initial roadmap
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-11-09 14:32:13 -08:00