Skip to content

Commit d138321

Browse files
authored
Merge pull request #311 from wking/unspecified-undefined-and-implemenation-defined
README: Define "unspecified", "undefined", and "implementation-defined"
2 parents a46da52 + 2d49333 commit d138321

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The combination of the image manifest, image configuration, and one or more file
99

1010
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119) (Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997).
1111

12+
The keywords "unspecified", "undefined", and "implementation-defined" are to be interpreted as described in the [rationale for the C99 standard][c99-unspecified].
13+
1214
![](img/build-diagram.png)
1315

1416
Once built the OCI Image can then be discovered by name, downloaded, verified by hash, trusted through a signature, and unpacked into an [OCI Runtime Bundle](https://github.com/opencontainers/runtime-spec/blob/master/bundle.md).
@@ -174,5 +176,6 @@ Read more on [How to Write a Git Commit Message](http://chris.beams.io/posts/git
174176
8. When possible, one keyword to scope the change in the subject (i.e. "README: ...", "runtime: ...")
175177

176178

179+
[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
177180
[UberConference]: https://www.uberconference.com/opencontainers
178181
[irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/

layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,6 @@ Typically, such layers are downloaded directly from a distributor but are never
277277

278278
Layers that have these restrictions SHOULD be tagged with an alternative mediatype of `application/vnd.oci.image.layer.nondistributable.tar+gzip`.
279279
[Descriptors](descriptor.md) referencing these layers MAY include `urls` for downloading these layers.
280-
It is implementation defined whether or not implementations upload layers tagged with this media type.
280+
It is implementation-defined whether or not implementations upload layers tagged with this media type.
281281

282282
[tar-archive]: https://en.wikipedia.org/wiki/Tar_(computing)

0 commit comments

Comments
 (0)