2 references to GetContainerImageArchivePath
Aspire.Hosting (2)
ApplicationModel\ContainerImageReference.cs (1)
63
return ResourceExtensions.
GetContainerImageArchivePath
(buildOptionsContext.OutputPath, imageName, imageTag);
Publishing\DockerContainerRuntime.cs (1)
77
var archivePath = ResourceExtensions.
GetContainerImageArchivePath
(options.OutputPath, resourceName, imageTag: null);