ImagePullPolicy
Enum net8.0
Image pull policies for container resources.
namespace Aspire.Hosting.ApplicationModel;
public 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.
NeverNever pull the image from the registry even if it is missing locally.