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