2 references to Image
Aspire.Hosting (2)
Dcp\ResourceSnapshotBuilder.cs (1)
44new(KnownProperties.Container.Image, container.Spec.Image),
Orchestrator\ApplicationOrchestrator.cs (1)
117Properties = s.Properties.SetResourceProperty(KnownProperties.Container.Image, context.Resource.TryGetContainerImageName(out var imageName) ? imageName : ""),