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