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