We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37684cc commit 53a8b6cCopy full SHA for 53a8b6c
Microsoft.NET.Build.Containers/ContentStore.cs
@@ -38,7 +38,6 @@ public static string PathForDescriptor(Descriptor descriptor)
38
=> ".tar.gz",
39
"application/vnd.docker.image.rootfs.diff.tar"
40
or "application/vnd.oci.image.layer.v1.tar"
41
- or ":application/vnd.docker.image.rootfs.foreign.diff.tar"
42
=> ".tar",
43
_ => throw new ArgumentException($"Unrecognized mediaType '{descriptor.MediaType}'")
44
};
0 commit comments