Skip to content

Commit

Permalink
Merge pull request #311 from wking/unspecified-undefined-and-implemen…
Browse files Browse the repository at this point in the history
…ation-defined

README: Define "unspecified", "undefined", and "implementation-defined"
  • Loading branch information
wesnowm committed Jul 19, 2023
2 parents d8f67a9 + f4b25da commit 30ee933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The combination of the image manifest, image configuration, and one or more file

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).

The keywords "unspecified", "undefined", and "implementation-defined" are to be interpreted as described in the [rationale for the C99 standard][c99-unspecified].

![](img/build-diagram.png)

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).
Expand Down Expand Up @@ -174,5 +176,6 @@ Read more on [How to Write a Git Commit Message](http://chris.beams.io/posts/git
8. When possible, one keyword to scope the change in the subject (i.e. "README: ...", "runtime: ...")


[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
[UberConference]: https://www.uberconference.com/opencontainers
[irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/
2 changes: 1 addition & 1 deletion layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ Typically, such layers are downloaded directly from a distributor but are never

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

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

0 comments on commit 30ee933

Please sign in to comment.