4 references to BlobsPath
Microsoft.NET.Build.Containers (4)
LocalDaemons\ContainerArchive.cs (4)
204string manifestPath = $"{BlobsPath}/{image.ManifestDigest.Substring("sha256:".Length)}"; 254await WriteImageLayersAsync(writer, image, sourceReference, d => $"{BlobsPath}/{d.Substring("sha256:".Length)}", cancellationToken) 256await WriteImageConfigAsync(writer, image, $"{BlobsPath}/{GetRequiredImageSha(image)}", cancellationToken).ConfigureAwait(false); 278PaxTarEntry manifestListEntry = new(TarEntryType.RegularFile, $"{BlobsPath}/{manifestListSha}")