Skip to content

Commit

Permalink
Update buildpack-basics.md
Browse files Browse the repository at this point in the history
- Added Platform Definition

Signed-off-by: QuillPusher <[email protected]>
  • Loading branch information
QuillPusher committed Apr 14, 2024
1 parent 94fe0c9 commit b13b97f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions content/docs/buildpack-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ buildpack. All of these steps are part of a lifecycle.

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

### What is a Platform

A platform typically refers to an organization or service provider (e.g.,
kpack, Tekton, Fly.io, Digital Ocean, Google Cloud, Heroku, SalesForce, etc.)
that incorporates Buildpacks within their products to make buildpack
functionality available to their end-users (typically, application
developers).

A platform can be a:

- A local CLI tool
- A plugin for a continuous integration service
- A cloud application platform

## Who uses Buildpacks (Personas)

### App Developers
Expand All @@ -41,8 +55,8 @@ workflows.

### Platform Operators

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

### Buildpack Authors

Expand Down

0 comments on commit b13b97f

Please sign in to comment.