7 references to Container
Aspire.Hosting (7)
Dcp\ResourceSnapshotBuilder.cs (6)
44new(KnownProperties.Container.Image, container.Spec.Image), 45new(KnownProperties.Container.Id, containerId), 46new(KnownProperties.Container.Command, container.Spec.Command), 47new(KnownProperties.Container.Args, container.Status?.EffectiveArgs ?? []) { IsSensitive = true }, 48new(KnownProperties.Container.Ports, GetPorts()), 49new(KnownProperties.Container.Lifetime, GetContainerLifetime()),
Orchestrator\ApplicationOrchestrator.cs (1)
117Properties = s.Properties.SetResourceProperty(KnownProperties.Container.Image, context.Resource.TryGetContainerImageName(out var imageName) ? imageName : ""),