2 writes to ImageIndexMediaType
Microsoft.NET.Build.Containers (2)
Tasks\CreateImageIndex.cs (2)
181
ImageIndexMediaType
= SchemaTypes.OciImageIndexV1,
189
ImageIndexMediaType
= mediaType,
2 references to ImageIndexMediaType
Microsoft.NET.Build.Containers (2)
LocalDaemons\DockerCli.cs (1)
556
multiArchImage.
ImageIndexMediaType
,
Registry\Registry.cs (1)
567
await _registryAPI.Manifest.PutAsync(destinationImageReference.Repository, tag, multiArchImage.ImageIndex, multiArchImage.
ImageIndexMediaType
, cancellationToken).ConfigureAwait(false);