9 references to WithImagePullPolicy
Aspire.Hosting.Containers.Tests (4)
ContainerResourceBuilderTests.cs (2)
209
.
WithImagePullPolicy
(ImagePullPolicy.Missing)
210
.
WithImagePullPolicy
(ImagePullPolicy.Always);
ResourceFailureLoggingTests.cs (2)
50
.
WithImagePullPolicy
(ImagePullPolicy.Always);
74
.
WithImagePullPolicy
(ImagePullPolicy.Always);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
365
.
WithImagePullPolicy
(ImagePullPolicy.Always);
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
4176
builder.AddContainer("ExplicitDefault", "container").
WithImagePullPolicy
(ImagePullPolicy.Default);
4177
builder.AddContainer("ExplicitAlways", "container").
WithImagePullPolicy
(ImagePullPolicy.Always);
4178
builder.AddContainer("ExplicitMissing", "container").
WithImagePullPolicy
(ImagePullPolicy.Missing);
4179
builder.AddContainer("ExplicitNever", "container").
WithImagePullPolicy
(ImagePullPolicy.Never);