17 instantiations of ContainerImageReference
Aspire.Hosting (2)
Pipelines\PipelineStepHelpers.cs (2)
65IValueProvider cir = new ContainerImageReference(resource); 111IValueProvider cir = new ContainerImageReference(resource);
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
395=> AllocateParameter(new ContainerImageReference(resource));
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
710var containerImage = AllocateParameter(new ContainerImageReference(Resource)); 779var containerImage = AllocateParameter(new ContainerImageReference(Resource));
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
976var containerImageReference = new ContainerImageReference(resource.TargetResource);
Aspire.Hosting.Docker (1)
DockerComposeServiceExtensions.cs (1)
125source: new ContainerImageReference(resourceInstance)
Aspire.Hosting.Docker.Tests (7)
DockerComposeTests.cs (7)
520var containerImageReference = new ContainerImageReference(project.Resource); 545var containerImageReference = new ContainerImageReference(project.Resource); 568var containerImageReference = new ContainerImageReference(project.Resource); 592var containerImageReference = new ContainerImageReference(project.Resource); 620var containerImageReference = new ContainerImageReference(project.Resource); 645var containerImageReference = new ContainerImageReference(container.Resource); 675var containerImageReference = new ContainerImageReference(project.Resource);
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
94public ContainerImageReference Image => new(Target);
Aspire.Hosting.Kubernetes (1)
Deployment\HelmDeploymentEngine.cs (1)
337IValueProvider cir = new ContainerImageReference(imageRef.Resource);
Aspire.Hosting.Tests (1)
Publishing\PodmanSaveArgumentsTests.cs (1)
113IValueProvider imageReference = new ContainerImageReference(container.Resource);
15 references to ContainerImageReference
Aspire.Hosting (3)
ApplicationModel\ContainerImageReference.cs (1)
18/// Initializes a new instance of the <see cref="ContainerImageReference"/> class.
ApplicationModel\ResourceExtensions.cs (1)
1417/// container runtimes that write the archive and by <see cref="ContainerImageReference"/>, which hands
Ats\AtsTypeMappings.cs (1)
52[assembly: AspireExport(typeof(ContainerImageReference), ExposeProperties = true)]
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
976var containerImageReference = new ContainerImageReference(resource.TargetResource);
Aspire.Hosting.Docker (2)
CapturedEnvironmentVariable.cs (2)
34/// <see cref="ContainerMountAnnotation"/>, <see cref="ContainerImageReference"/>, 37[AspireUnion(typeof(ParameterResource), typeof(ContainerMountAnnotation), typeof(ContainerImageReference), typeof(ContainerPortReference))]
Aspire.Hosting.Docker.Tests (7)
DockerComposeTests.cs (7)
520var containerImageReference = new ContainerImageReference(project.Resource); 545var containerImageReference = new ContainerImageReference(project.Resource); 568var containerImageReference = new ContainerImageReference(project.Resource); 592var containerImageReference = new ContainerImageReference(project.Resource); 620var containerImageReference = new ContainerImageReference(project.Resource); 645var containerImageReference = new ContainerImageReference(container.Resource); 675var containerImageReference = new ContainerImageReference(project.Resource);
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
94public ContainerImageReference Image => new(Target);
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
948/// When set, the image name is resolved at deploy time via <see cref="ContainerImageReference"/>