forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildpacks.html.md.erb
37 lines (20 loc) · 1.38 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: Resources for deploying your buildpacks
owner: Services
---
Buildpacks compile and package apps to run on Tanzu Application Service. You can use and deploy buildpacks with Tanzu Application Service apps, and for creating your own custom buildpack.
## <a id="language"></a> Official buildpacks
- [Java buildpack](https://github.com/cloudfoundry/java-buildpack)
- [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)
- [Binary buildpack](https://github.com/cloudfoundry/binary-buildpack)
## <a id="other"></a> Other buildpacks
Buildpacks can inject additional code into the application container.
For more information, see the following topics:
- The <%= vars.platform_name %> documentation topic [Creating custom buildpacks](https://docs.pivotal.io/application-service/buildpacks/custom.html).
- The github repository [Eureka Registrar Sidecar](https://github.com/cf-platform-eng/eureka-registrar-sidecar).
- The github repository [Spring Config Injection](https://github.com/cf-platform-eng/spring-config-injection).