Skip to content

Commit 5980b16

Browse files
author
Erik Hollensbe
committed
config.md: s/should/must/ for fields which cannot be evaluated
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent f17fdaf commit 5980b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
212212
This field is used to mark if the history item created a filesystem diff.
213213
It is set to true if this history item doesn't correspond to an actual layer in the rootfs section (for example, Dockerfile's [ENV](https://docs.docker.com/engine/reference/builder/#/env) command results in no change to the filesystem).
214214

215-
Any extra fields in the Image JSON struct are considered implementation specific and should be ignored by any implementations which are unable to interpret them.
215+
Any extra fields in the Image JSON struct are considered implementation specific and MUST be ignored by any implementations which are unable to interpret them.
216216

217217
Whitespace is OPTIONAL and implementations MAY have compact JSON with no whitespace.
218218

0 commit comments

Comments
 (0)