Skip to content

Commit 8d87da9

Browse files
authored
Merge pull request #611 from jonboulle/master
config: change reproducibility "MUST" to "SHOULD"
2 parents 6517c82 + f6c7421 commit 8d87da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Changing it means creating a new derived image, instead of changing the existing
2626
### Layer DiffID
2727

2828
A layer DiffID is the digest over the layer's uncompressed tar archive and serialized in the descriptor digest format, e.g., `sha256:a9561eb1b190625c9adb5a9513e72c4dedafc1cb2d4c5236c9a6957ec7dfd5a9`.
29-
Layers must be packed and unpacked reproducibly to avoid changing the layer DiffID, for example by using [tar-split][] to save the tar headers.
29+
Layers SHOULD be packed and unpacked reproducibly to avoid changing the layer DiffID, for example by using [tar-split][] to save the tar headers.
3030

3131
NOTE: Do not confuse DiffIDs with [layer digests](manifest.md#image-manifest-property-descriptions), often referenced in the manifest, which are digests over compressed or uncompressed content.
3232

0 commit comments

Comments
 (0)