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 unless using the Docker build plugin via a CLI
runner. This is not the common case, and thusly almost
always a registry
stanza should be used.
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.