15 references to OciManifestV1
Microsoft.NET.Build.Containers (12)
ContainerBuilder.cs (1)
114
KnownImageFormats.OCI => SchemaTypes.
OciManifestV1
,
ImageBuilder.cs (1)
75
SchemaTypes.
OciManifestV1
=> SchemaTypes.OciImageConfigV1,
ImageIndexGenerator.cs (2)
38
else if (manifestMediaType == SchemaTypes.
OciManifestV1
)
40
return (GenerateImageIndex(images, SchemaTypes.
OciManifestV1
, SchemaTypes.OciImageIndexV1), SchemaTypes.OciImageIndexV1);
Layer.cs (1)
206
SchemaTypes.
OciManifestV1
=> SchemaTypes.OciLayerGzipV1,
LocalDaemons\DockerCli.cs (2)
294
else if (image.ManifestMediaType == SchemaTypes.
OciManifestV1
)
474
SchemaTypes.
OciManifestV1
,
Registry\HttpExtensions.cs (1)
17
new(SchemaTypes.
OciManifestV1
),
Registry\Registry.cs (1)
197
SchemaTypes.DockerManifestV2 or SchemaTypes.
OciManifestV1
=> await ReadSingleImageAsync(
Tasks\CreateImageIndex.cs (1)
180
ImageIndex = ImageIndexGenerator.GenerateImageIndex(images, SchemaTypes.
OciManifestV1
, SchemaTypes.OciImageIndexV1),
Tasks\CreateNewImage.cs (2)
136
KnownImageFormats.OCI => SchemaTypes.
OciManifestV1
,
154
KnownImageFormats.OCI => SchemaTypes.
OciManifestV1
,
Microsoft.NET.Build.Containers.UnitTests (3)
ImageIndexGeneratorTests.cs (3)
46
[InlineData(SchemaTypes.
OciManifestV1
)]
111
ManifestMediaType = SchemaTypes.
OciManifestV1
,
120
ManifestMediaType = SchemaTypes.
OciManifestV1
,