6 references to ImageIndexGenerator
Microsoft.NET.Build.Containers (6)
LocalDaemons\ContainerArchive.cs (2)
224string indexJson = ImageIndexGenerator.GenerateImageIndexWithAnnotations( 286string indexJson = ImageIndexGenerator.GenerateImageIndexWithAnnotations(
LocalDaemons\DockerCli.cs (2)
473string indexJson = ImageIndexGenerator.GenerateImageIndexWithAnnotations( 555string indexJson = ImageIndexGenerator.GenerateImageIndexWithAnnotations(
Tasks\CreateImageIndex.cs (2)
174ImageIndex = ImageIndexGenerator.GenerateImageIndex(images, SchemaTypes.OciManifestV1, SchemaTypes.OciImageIndexV1), 179(string imageIndex, string mediaType) = ImageIndexGenerator.GenerateImageIndex(images);