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