Skip to content

Commit 7647634

Browse files
authored
Merge pull request opencontainers#364 from jonboulle/master
*: make document titles more consistent
2 parents 41f1d08 + 14176be commit 7647634

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Image Configuration
1+
# OCI Image Configuration
22

3-
An *Image* is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
3+
An OCI *Image* is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
44
This specification outlines the JSON format describing images for use with a container runtime and execution tool and its relationship to filesystem changesets, described in [Layers](layer.md).
55

66
This section defines the `application/vnd.oci.image.config.v1+json` [media type](media-types.md).

image-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Open Container Initiative Image Layout Specification
1+
## OCI Image Layout Specification
22

33
The OCI Image Layout is a slash separated layout of OCI content-addressable blobs and [location-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage#Content-addressed_vs._location-addressed) references (refs).
44
This layout MAY be used in a variety of different transport mechanisms: archive formats (e.g. tar, zip), shared filesystem environments (e.g. nfs), or networked file fetching (e.g. http, ftp, rsync).

manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenContainers Image Manifest Specification
1+
# OCI Image Manifest Specification
22

33
There are three main goals of the Image Manifest Specification.
44
The first goal is content-addressable images, by supporting an image model where the image's configuration can be hashed to generate a unique ID for the image and its components.

media-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Media Types
1+
# OCI Image Media Types
22

33
The following media types identify the formats described here and their referenced resources:
44

0 commit comments

Comments
 (0)