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