docs/docs/build/samples.md

32 lines
972 B
Markdown

---
title: "Knative Build code samples"
linkTitle: "Code samples"
weight: 90
type: "docs"
---
Use the following code samples to help you understand the various use cases for
Knative Build. [Learn more about Knative Build](../index.html).
[**See all Knative code samples**](../samples/)
Use the following code samples to learn about configuring and createing your
Knative Builds.
Tip: Review and reference multiple samples to piece together more complex
builds.
#### Simple build samples
- View the collection of code samples in the `knative/build` repo:
[Simple test builds](https://github.com/knative/build/tree/master/test).
#### Build template samples
- View the collection of build templates in the `knative/build-template` repo:
[Sample build templates](https://github.com/knative/build-templates).
#### Complex code samples
- [Learn how to use Knative to build apps from source code and then run those containers](../serving/samples/source-to-url-go).