Share via


ResourceExtensions.RequiresImageBuildAndPush(IResource) Method

Definition

Determines whether the specified resource requires image building and pushing.

public static bool RequiresImageBuildAndPush(this Aspire.Hosting.ApplicationModel.IResource resource);
static member RequiresImageBuildAndPush : Aspire.Hosting.ApplicationModel.IResource -> bool
<Extension()>
Public Function RequiresImageBuildAndPush (resource As IResource) As Boolean

Parameters

resource
IResource

The resource to evaluate for image push requirements.

Returns

True if the resource requires image building and pushing; otherwise, false.

Remarks

Resources require an image build and a push to a container registry if they provide their own Dockerfile or are a project.

Applies to