Closed coollog closed 6 years ago
In https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/pull/101, new CacheWriter#writeLayer signatures take a layer reference and its BLOB separately. The written BLOB should have its digest checked against the supplied reference to make sure that the layer reference and BLOB match.
CacheWriter#writeLayer
Possible reasons for why they don't match include:
In https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/pull/101, new
CacheWriter#writeLayer
signatures take a layer reference and its BLOB separately. The written BLOB should have its digest checked against the supplied reference to make sure that the layer reference and BLOB match.Possible reasons for why they don't match include: