Skip to content

Commit c533765

Browse files
committed
config: add tar-split reference
Signed-off-by: Jonathan Boulle <[email protected]>
1 parent 37f2a1b commit c533765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.md

Lines changed: 2 additions & 1 deletion
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 must 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

@@ -276,3 +276,4 @@ Here is an example image configuration JSON document:
276276

277277
[rfc3339-s5.6]: https://tools.ietf.org/html/rfc3339#section-5.6
278278
[runtime-platform]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc3/config.md#platform
279+
[tar-split]: https://github.com/vbatts/tar-split

0 commit comments

Comments
 (0)