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