Skip to content

Commit b13b97f

Browse files
committed
Update buildpack-basics.md
- Added Platform Definition Signed-off-by: QuillPusher <[email protected]>
1 parent 94fe0c9 commit b13b97f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

content/docs/buildpack-basics.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ buildpack. All of these steps are part of a lifecycle.
3232

3333
![lifecycle](/images/lifecycle.png)
3434

35+
### What is a Platform
36+
37+
A platform typically refers to an organization or service provider (e.g.,
38+
kpack, Tekton, Fly.io, Digital Ocean, Google Cloud, Heroku, SalesForce, etc.)
39+
that incorporates Buildpacks within their products to make buildpack
40+
functionality available to their end-users (typically, application
41+
developers).
42+
43+
A platform can be a:
44+
45+
- A local CLI tool
46+
- A plugin for a continuous integration service
47+
- A cloud application platform
48+
3549
## Who uses Buildpacks (Personas)
3650

3751
### App Developers
@@ -41,8 +55,8 @@ workflows.
4155

4256
### Platform Operators
4357

44-
Operators of large platforms (Google Cloud, Salesforce, Heroku, etc.) that
45-
incorporate Buildpacks within their platform operations.
58+
Operators of platforms (Google Cloud, Salesforce, etc.) that incorporate
59+
Buildpacks within their platforms to simplify the end-user experience.
4660

4761
### Buildpack Authors
4862

0 commit comments

Comments
 (0)