mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
tarsum: add a big fat warning
Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
6f8c4480e4
commit
459451de8b
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ This document describes the algorithms used in performing the TarSum checksum
|
|||
calculation on filesystem layers, the need for this method over existing
|
||||
methods, and the versioning of this calculation.
|
||||
|
||||
## Warning
|
||||
|
||||
This checksum algorithm is for best-effort comparison of file trees with fuzzy logic.
|
||||
|
||||
This is _not_ a cryptographic attestation, and should not be considered secure.
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue