Dcp\ApplicationExecutor.cs (7)
631new(KnownProperties.Container.Image, container.Spec.Image),
632new(KnownProperties.Container.Id, containerId),
633new(KnownProperties.Container.Command, container.Spec.Command),
634new(KnownProperties.Container.Args, container.Status?.EffectiveArgs ?? []) { IsSensitive = true },
635new(KnownProperties.Container.Ports, GetPorts()),
636new(KnownProperties.Container.Lifetime, GetContainerLifetime()),
1549new(KnownProperties.Container.Image, cr.ModelResource.TryGetContainerImageName(out var imageName) ? imageName : ""),