mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14584 from Jason-Green-Aver/patch-1
Add missing periods to elements in ROADMAP.md
This commit is contained in:
commit
8e7f2fc2e7
1 changed files with 3 additions and 3 deletions
|
@ -140,12 +140,12 @@ definitive move, we temporarily won't accept more patches to the Dockerfile synt
|
||||||
reasons:
|
reasons:
|
||||||
|
|
||||||
- Long term impact of syntax changes is a sensitive matter that require an amount of attention
|
- Long term impact of syntax changes is a sensitive matter that require an amount of attention
|
||||||
the volume of Engine codebase and activity today doesn't allow us to provide
|
the volume of Engine codebase and activity today doesn't allow us to provide.
|
||||||
- Allowing the Builder to be implemented as a separate utility consuming the Engine's API will
|
- Allowing the Builder to be implemented as a separate utility consuming the Engine's API will
|
||||||
open the door for many possibilities, such as offering alternate syntaxes or DSL for existing
|
open the door for many possibilities, such as offering alternate syntaxes or DSL for existing
|
||||||
languages without cluttering the Engine's codebase
|
languages without cluttering the Engine's codebase.
|
||||||
- A standalone Builder will also offer the opportunity for a better dedicated group of maintainers
|
- A standalone Builder will also offer the opportunity for a better dedicated group of maintainers
|
||||||
to own the Dockerfile syntax and decide collectively on the direction to give it
|
to own the Dockerfile syntax and decide collectively on the direction to give it.
|
||||||
- Our experience with official images tend to show that no new instruction or syntax expansion is
|
- Our experience with official images tend to show that no new instruction or syntax expansion is
|
||||||
*strictly* necessary for the majority of use cases, and although we are aware many things are still
|
*strictly* necessary for the majority of use cases, and although we are aware many things are still
|
||||||
lacking for many, we cannot make it a priority yet for the above reasons.
|
lacking for many, we cannot make it a priority yet for the above reasons.
|
||||||
|
|
Loading…
Add table
Reference in a new issue