mirror of https://github.com/knative/docs.git
Update builder-contract.md (#782)
* Update builder-contract.md * Update build/builder-contract.md Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com>
This commit is contained in:
parent
1c15c8e5f4
commit
39e9c199ea
|
@ -6,10 +6,10 @@ expected to adhere.
|
|||
## What is a builder?
|
||||
|
||||
A builder image is a special classification for images that run as a part of the
|
||||
Build CRD's `steps:`.
|
||||
Build CRD's `steps`.
|
||||
|
||||
For example, in the following Build the images, `gcr.io/cloud-builders/gcloud`
|
||||
and `gcr.io/cloud-builders/docker` are "builders".:
|
||||
and `gcr.io/cloud-builders/docker` are "builders":
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
|
|
Loading…
Reference in New Issue