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