7 references to WithImagePullPolicy
Aspire.Hosting.Containers.Tests (2)
ContainerResourceBuilderTests.cs (2)
209
.
WithImagePullPolicy
(ImagePullPolicy.Missing)
210
.
WithImagePullPolicy
(ImagePullPolicy.Always);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
360
.
WithImagePullPolicy
(ImagePullPolicy.Always);
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
1287
builder.AddContainer("ExplicitDefault", "container").
WithImagePullPolicy
(ImagePullPolicy.Default);
1288
builder.AddContainer("ExplicitAlways", "container").
WithImagePullPolicy
(ImagePullPolicy.Always);
1289
builder.AddContainer("ExplicitMissing", "container").
WithImagePullPolicy
(ImagePullPolicy.Missing);
1290
builder.AddContainer("ExplicitNever", "container").
WithImagePullPolicy
(ImagePullPolicy.Never);