ResourceExtensions.RequiresImageBuildAndPush(IResource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.