Implemented interface member:
method
InspectImageManifestAsync
Aspire.Hosting.Publishing.IContainerRuntime.InspectImageManifestAsync(System.String, System.Threading.CancellationToken)
1 override of InspectImageManifestAsync
Aspire.Hosting (1)
Publishing\PodmanContainerRuntime.cs (1)
315
public override async Task<ContainerImageManifestInspectionResult>
InspectImageManifestAsync
(string imageName, CancellationToken cancellationToken)
3 references to InspectImageManifestAsync
Aspire.Hosting.Tests (3)
Publishing\ContainerRuntimeBaseTests.cs (3)
47
await runtime.
InspectImageManifestAsync
(imageName, TestContext.Current.CancellationToken);
94
var manifestResult = await runtime.
InspectImageManifestAsync
(
195
var result = await runtime.
InspectImageManifestAsync
(