-
Notifications
You must be signed in to change notification settings - Fork 23
/
buildpacks.html.md.erb
36 lines (20 loc) · 1.22 KB
/
buildpacks.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Buildpacks
owner: Services
---
<strong><%= modified_date %></strong>
Buildpacks compile and package apps to run on PCF. This topic lists resources for using and deploying buildpacks with PCF apps, and for creating your own custom buildpack.
## <a id="language"></a> Official Buildpacks
- [Java buildpack](https://github.com/cloudfoundry/java-buildpack) (by far the most complicated!)
- [Go buildpack](https://github.com/cloudfoundry/go-buildpack)
- [Ruby buildpack](https://github.com/cloudfoundry/ruby-buildpack)
- [Node.js buildpack](https://github.com/cloudfoundry/nodejs-buildpack)
- [Python buildpack](https://github.com/cloudfoundry/python-buildpack)
- [PHP buildpack](https://github.com/cloudfoundry/php-buildpack)
- [Static file buildpack](https://github.com/cloudfoundry/staticfile-buildpack) (for static web content)
- [Binary buildpack](https://github.com/cloudfoundry/binary-buildpack)
## <a id="other"></a> Other Buildpacks
- [Meta-Buildpack](https://github.com/guidowb/meta-buildpack)
- [Spring Config Decorator Buildpack](https://github.com/guidowb/spring-config-decorator)
## <a id="custom"></a> Custom Buildpacks
- [Creating a Custom Buildpack](http://docs.pivotal.io/pivotalcf/buildpacks/custom.html)