Skip to content

Commit

Permalink
Merge pull request #611 from jonboulle/master
Browse files Browse the repository at this point in the history
config: change reproducibility "MUST" to "SHOULD"
  • Loading branch information
vbatts authored Mar 14, 2017
2 parents 6517c82 + f6c7421 commit 8d87da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Changing it means creating a new derived image, instead of changing the existing
### Layer DiffID

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

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.

Expand Down

0 comments on commit 8d87da9

Please sign in to comment.