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