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