»registry
Stanza
Placement | app -> build -> registry |
The registry
stanza configures the result of a build to be pushed
to a registry such as a Docker Registry, Amazon ECR, Artifactory, etc. A registry
is used to make the result of a build available to the deployment platform.
A registry
is required when using a remote runner
with GitOps. The remote runner will build your image and push the artifact to
this registery.
For local Waypoint runs, registries are optional. Please see the documentation on the registry phase of the Waypoint lifecycle for examples of when a registry is necessary and the behavior of Waypoint without a registry specified.