[RFC] docs: add design, roadmap, bof notes#160
Conversation
| This document roughly describes the roadmap of the BuildKit project. | ||
| We will be using GitHub Projects and GitHub Milestones for more detailed roadmap. | ||
|
|
||
| ## Task 1 (2018Q1) |
|
Maybe the raw bof notes are better in a public google doc where they can be revised, commented on, and maybe separate points turned into issues. We could link to that doc from here. |
|
updated |
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
|
|
||
| ## Task 2 (2018Q2-Q3) | ||
|
|
||
| - Promote BuildKit to the default moby-engine build backend |
There was a problem hiding this comment.
I guess this task requires integrating the containerd image store to moby-engine first?
There was a problem hiding this comment.
Isn't it possible to export images to the current engine image storage using docker load ?
There was a problem hiding this comment.
@dnephin It is, but it has quite a significant performance penalty because data needs to be copied.
@AkihiroSuda I agree. Should it get very delayed we could consider implementing the snapshotter dependency with moby storage drivers but let's try the correct way first.
There was a problem hiding this comment.
@mlaventure Do you know when we will integrate the containerd image store & snapshot subsystem to Moby-engine?
There was a problem hiding this comment.
The plan is still that work starts early next year. The snapshotters will be available to use before then. Something to consider is that having integration with the containerd snapshotter does not necessarily mean the storage drivers will not continue to be used. I don't know what the plan will be but it might be wise to plan on using the snapshotters and having a way to export into an existing Docker storage driver.
|
closing temporarily, as we might need more consideration |
Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp
Based on BoF discussions, but ETA is just my 2 cents
Based on BoF discussions, but maybe not accurate
I think @tiborvass has more accurate notes, so I'd like to replace my broken notes with his ones if he allows 😄
(For Los Angeles summit, I have a copy of @tiborvass 's note, but not for Copenhagen summit)
@tonistiigi @tiborvass @vdemeester @dnephin @thaJeztah