You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: SPEC.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# App Container Specification
1
+
# App Container Specification v0.1.1
2
2
3
3
The "App Container" defines an image format, image discovery mechanism and execution environment that can exist in several independent implementations. The core goals include:
4
4
@@ -362,7 +362,7 @@ JSON Schema for the Image Manifest
362
362
```
363
363
{
364
364
"acKind": "ImageManifest",
365
-
"acVersion": "0.1.0",
365
+
"acVersion": "0.1.1",
366
366
"name": "example.com/reduce-worker",
367
367
"labels": [
368
368
{
@@ -520,7 +520,7 @@ JSON Schema for the Container Runtime Manifest
0 commit comments