moby--moby/builder
Vincent Batts 747f89cd32 TarSum: versioning
This introduces Versions for TarSum checksums.
Fixes: https://github.com/docker/docker/issues/7526

It preserves current functionality and abstracts the interface for
future flexibility of hashing algorithms. As a POC, the VersionDev
Tarsum does not include the mtime in the checksum calculation, and would
solve https://github.com/docker/docker/issues/7387 though this is not a
settled Version is subject to change until a version number is assigned.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2014-09-10 15:41:52 -04:00
..
parser Fix panic when `ENV ARG=ARG` is used. 2014-08-31 05:39:36 -07:00
dispatchers.go
evaluator.go TarSum: versioning 2014-09-10 15:41:52 -04:00
internals.go TarSum: versioning 2014-09-10 15:41:52 -04:00
job.go
support.go