Skip to content

Commit 51d3d1a

Browse files
committed
spec: step down the headings
Signed-off-by: Vincent Batts <[email protected]>
1 parent a8022da commit 51d3d1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Open Container Initiative
2-
# Image Format Specification
2+
## Image Format Specification
33

44
This specification defines an OCI Image, consisting of a [manifest](manifest.md), a [manifest list](manifest-list.md) (optional), a set of [filesystem layers](layer.md), and a [configuration](config.md).
55

66
The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run.
77

8-
## Table of Contents
8+
### Table of Contents
99

1010
- [Introduction](spec.md)
1111
- [Notational Conventions](#notational-conventions)
@@ -23,7 +23,7 @@ The goal of this specification is to enable the creation of interoperable tools
2323
- [Extensibility](considerations.md#extensibility)
2424
- [Canonicalization](considerations.md#canonicalization)
2525

26-
# Notational Conventions
26+
## Notational Conventions
2727

2828
The key words "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).
2929

@@ -32,7 +32,7 @@ The key words "unspecified", "undefined", and "implementation-defined" are to be
3232
An implementation is not compliant if it fails to satisfy one or more of the MUST, REQUIRED, or SHALL requirements for the protocols it implements.
3333
An implementation is compliant if it satisfies all the MUST, REQUIRED, and SHALL requirements for the protocols it implements.
3434

35-
# Overview
35+
## Overview
3636

3737
At a high level the image manifest contains metadata about the contents and dependencies of the image including the content-addressable identity of one or more [filesystem layer changeset](layer.md) archives that will be unpacked to make up the final runnable filesystem.
3838
The image configuration includes information such as application arguments, environments, etc.
@@ -45,7 +45,7 @@ Once built the OCI Image can then be discovered by name, downloaded, verified by
4545

4646
![](img/run-diagram.png)
4747

48-
## Understanding the Specification
48+
### Understanding the Specification
4949

5050
The [OCI Image Media Types](media-types.md) document is a starting point to understanding the overall structure of the specification.
5151

0 commit comments

Comments
 (0)