-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathindex.html.md.erb
13 lines (9 loc) · 963 Bytes
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: Cloud Foundry Buildpacks
owner: Buildpacks
---
Buildpacks were first conceived by Heroku in 2011. Since then, they have been adopted by Cloud Foundry and other PaaS such as Google App Engine, Gitlab, Knative, Deis, Dokku, and Drie. The [Cloud Native Buildpacks](https://buildpacks.io/) project was initiated by Pivotal and Heroku in January 2018 and joined the Cloud Native Computing Foundation in October 2018.
Cloud Foundry supports two types of buildpacks:
- [The Classic Buildpacks](./classic.html)
- [Cloud Native Buildpacks](./cnb/index.html)
If you find some missing features in the Classic Buildpacks, check the [Paketo](https://paketo.io/) project if there is a Cloud Native Buildpack available. For example [Java Native Image](https://www.graalvm.org/latest/reference-manual/native-image/) (GraalVM) is only supported with the respective [java-native-image](https://github.com/paketo-buildpacks/java-native-image) Cloud Native Buildpack.