Skip to content
Docs Try Aspire

ImagePullPolicy

Enum net10.0
📦 Aspire.Hosting v13.1.2
Image pull policies for container resources.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum ImagePullPolicy
Default = 0
Default image pull policy behavior. Currently this will be the same as the default behavior for your container runtime.
Always = 1
Always pull the image when creating the container.
Missing = 2
Pull the image only if it does not already exist.