4 references to _blobsPath
Microsoft.NET.Build.Containers (4)
LocalDaemons\DockerCli.cs (4)
454
string manifestPath = $"{
_blobsPath
}/{image.ManifestDigest.Substring("sha256:".Length)}";
496
await WriteImageLayers(writer, image, sourceReference, d => $"{
_blobsPath
}/{d.Substring("sha256:".Length)}", cancellationToken)
499
await WriteImageConfig(writer, image, $"{
_blobsPath
}/{image.ImageSha!}", cancellationToken)
541
var manifestListPath = $"{
_blobsPath
}/{manifestListSha}";