ImagePullPolicy
Enum net10.0
Image pull policies for container resources.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum ImagePullPolicyEnum Members
Section titled Enum MembersDefaultDefault image pull policy behavior. Currently this will be the same as the default behavior for your container runtime.
AlwaysAlways pull the image when creating the container.
MissingPull the image only if it does not already exist.