build Stanza
Warning
This content is part of the legacy version of Waypoint that is no longer actively maintained. For additional information on the new vision of Waypoint, check out this blog post and the HCP Waypoint documentation.
Placement | app -> build |
The build
stanza describes how an application is built. Waypoint converts
application source code into an artifact. Waypoint can store the image locally,
or push it to a remote registry. Read more about the
build phase of the application lifecycle here.
Exactly one build
stanza is required within an app
stanza.
build
Parameters
Required
use
(use)
- The plugin to use for building the application. For example, the "docker" plugin will usedocker build
to build your application.