Skip to content

Commit b513f79

Browse files
committed
ROADMAP.md: remove the tail spaces
Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 8faa71e commit b513f79

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ROADMAP.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Topics listed in the roadmap do not mean that they will be implemented or added
1010

1111
### Digest and Hashing
1212

13-
A bundle is designed to be moved between hosts.
13+
A bundle is designed to be moved between hosts.
1414
Although OCI doesn't define a transport method we should have a cryptographic digest of the on-disk bundle that can be used to verify that a bundle is not corrupted and in an expected configuration.
1515

1616
*Owner:* philips
@@ -20,11 +20,11 @@ Although OCI doesn't define a transport method we should have a cryptographic di
2020
There are some discussions about having `runtime.json` being optional for containers and specifying defaults.
2121
Runtimes would use this standard set of defaults for containers and `runtime.json` would provide overrides for fine tuning of these extra host or platform specific settings.
2222

23-
*Owner:*
23+
*Owner:*
2424

2525
### Define Container Lifecycle
2626

27-
Containers have a lifecycle and being able to identify and document the lifecycle of a container is very helpful for implementations of the spec.
27+
Containers have a lifecycle and being able to identify and document the lifecycle of a container is very helpful for implementations of the spec.
2828
The lifecycle events of a container also help identify areas to implement hooks that are portable across various implementations and platforms.
2929

3030
*Owner:* mrunalp
@@ -33,27 +33,27 @@ The lifecycle events of a container also help identify areas to implement hooks
3333

3434
Define what type of actions a runtime can perform on a container without imposing hardships on authors of platforms that do not support advanced options.
3535

36-
*Owner:*
36+
*Owner:*
3737

3838
### Clarify rootfs requirement in base spec
3939

4040
Is the rootfs needed or should it just be expected in the bundle without having a field in the spec?
4141

42-
*Owner:*
42+
*Owner:*
4343

4444
### Container Definition
4545

4646
Define what a software container is and its attributes in a cross platform way.
4747

48-
*Owner:*
48+
*Owner:*
4949

5050
### Live Container Updates
5151

52-
Should we allow dynamic container updates to runtime options?
52+
Should we allow dynamic container updates to runtime options?
5353

5454
*Owner:* vishh
5555

56-
### Protobuf Config
56+
### Protobuf Config
5757

5858
We currently have only one language binding for the spec and that is Go.
5959
If we change the specs format in the respository to be something like protobuf then the generation for multiple language bindings become effortless.
@@ -62,7 +62,7 @@ If we change the specs format in the respository to be something like protobuf t
6262

6363
### Validation Tooling
6464

65-
Provide validation tooling for compliance with OCI spec and runtime environment.
65+
Provide validation tooling for compliance with OCI spec and runtime environment.
6666

6767
*Owner:* mrunalp
6868

@@ -76,27 +76,27 @@ Provide a testing framework for compliance with OCI spec and runtime environment
7676

7777
Decide on a robust versioning schema for the spec as it evolves.
7878

79-
*Owner:*
79+
*Owner:*
8080

8181
### Printable/Compiled Spec
8282

8383
Reguardless of how the spec is written, ensure that it is easy to read and follow for first time users.
8484

85-
*Owner:* vbatts
85+
*Owner:* vbatts
8686

8787
### Base Config Compatibility
8888

8989
Ensure that the base configuration format is viable for various platforms.
9090

91-
Systems:
91+
Systems:
9292

9393
* Solaris
94-
* Windows
94+
* Windows
9595
* Linux
9696

97-
*Owner:*
97+
*Owner:*
9898

9999
### Full Lifecycle Hooks
100100
Ensure that we have lifecycle hooks in the correct places with full coverage over the container lifecycle.
101101

102-
*Owner:*
102+
*Owner:*

0 commit comments

Comments
 (0)