Skip to content

Commit 5689eed

Browse files
committed
tweaked table format
1 parent 90660c4 commit 5689eed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/architecture/containers/image_manifest

docs/architecture/containers/image_manifest/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The manifest format follows the [OCI Image Manifest](https://github.com/opencont
4747
Elements within the **manifest** are defined as follows:
4848

4949
| **Element** | **Type** | **Required** | **Description** |
50+
|---------|------|----------|-------------|
5051
| `schemaVersion` | int | Yes | Specifies the image manifest schema version; per the OCI Image Spec this MUST be `2` |
5152
| `mediaType` | string | Yes | Specifies the type of this manifest file; for Ocre containers, this MUST be `application/vnd.oci.image.manifest.v1+json` |
5253
| `config` | descriptor object | Yes | References the configuration object for this container image; schema follows the [OCI Content Descriptor](https://github.com/opencontainers/image-spec/blob/main/descriptor.md) schema; `mediaType` must be set to `application/vnd.wasm.config.v0+json` |

0 commit comments

Comments
 (0)