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