From 63c1dd6796088199a918ebb77ce3ead5c4f04f42 Mon Sep 17 00:00:00 2001 From: Marsh Ray Date: Mon, 20 Apr 2026 09:44:03 -0700 Subject: [PATCH] Blank line before table Fixes #1134 Signed-off-by: Marsh Ray --- config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config.md b/config.md index 0055df9c4..4ca7b120b 100644 --- a/config.md +++ b/config.md @@ -726,6 +726,7 @@ Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`. The `org.opencontainers` namespace for keys is reserved for use by this specification, annotations using keys in this namespace MUST be as described in this section. The following keys in the `org.opencontainers` namespaces MAY be used: + | Key | Definition | | --------------------------------------- | -----------------------------------------------------------------------------------------------------------------------------------| | `org.opencontainers.image.os` | Indicates the operating system the container image was built to run on. The annotation value MUST have a valid value for the `os` property as defined in [the OCI image specification][oci-image-config-properties]. This annotation SHOULD only be used in accordance with the [OCI image specification's runtime conversion specification][oci-image-conversion]. |