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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The [OCI Runtime Specification] defines how to properly run a container "[filesy
30
30
which fully adheres to the OCI Image Format Specification. The OCI Runtime Specification is relevant to the OCI Distribution Specification in that they both support OCI Images,
31
31
and that container runtimes use the APIs defined in the OCI Distribution Specification to fetch pre-built container images and run them.
32
32
33
-
The [OCI Distribution Specification] is also designed generically enough to be leveraged as a distribution mechanism for
33
+
The [OCI Distribution Specification](this project) is also designed generically enough to be leveraged as a distribution mechanism for
34
34
any type of content. The format of uploaded manifests, for example, need not necessarily adhere to the OCI Image Format Specification
35
35
so long as it references the blobs which comprise a given artifact.
0 commit comments