You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/concepts/components/platform.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,18 @@ A `platform` uses a [lifecycle][lifecycle], [buildpacks][buildpack] (packaged in
10
10
<!--more-->
11
11
12
12
## Examples
13
+
13
14
Examples of a platform might include:
14
15
15
16
* A local CLI tool that uses buildpacks to create OCI images. One such tool is the [Pack CLI][pack]
16
17
* A plugin for a continuous integration service that uses buildpacks to create OCI images. One such plugin is the [buildpacks][buildpacks-tekton] plugin in [Tekton][tekton]
17
18
* A cloud application platform that uses buildpacks to build source code before deployment. One such platform is [kpack][kpack]
18
19
19
20
## API
20
-
The platform [specification][spec] details what a platform does, and how it interacts with lifecycles and builders. The current API version for the platform is `0.4`.
21
+
22
+
The platform [specification][spec] details what a platform does, and how it interacts with lifecycles and builders.
23
+
24
+
For the latest version of the Platform API, see [releases][releases] on the spec repo.
21
25
22
26
[builder]: /docs/concepts/components/builder/
23
27
[buildpack]: /docs/concepts/components/buildpack/
@@ -28,3 +32,4 @@ The platform [specification][spec] details what a platform does, and how it inte
0 commit comments