Skip to content

Commit 5a3117d

Browse files
authored
Merge pull request #464 from coolljt0725/annotations_to_labels
lables: use `labels` instead of `annotation` in the description of labels
2 parents e0a5ba5 + 14118d2 commit 5a3117d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
136136
Keys MUST be unique within this map, and best practice is to namespace the keys.
137137
Keys SHOULD be named using a reverse domain notation - e.g. `com.example.myKey`.
138138
Keys using the `org.opencontainers` namespace are reserved and MUST NOT be used by subsequent specifications.
139-
If there are no annotations then this property MAY either be absent or an empty map.
140-
Implementations that are reading/processing this configuration file MUST NOT generate an error if they encounter an unknown annotation key.
139+
If there are no labels then this property MAY either be absent or an empty map.
140+
Implementations that are reading/processing this configuration file MUST NOT generate an error if they encounter an unknown labels key.
141141

142142
- **rootfs** *object*, REQUIRED
143143

0 commit comments

Comments
 (0)