-
Notifications
You must be signed in to change notification settings - Fork 31
Buildpacks
KarunBakshi edited this page Apr 10, 2015
·
74 revisions
- https://github.com/cloudfoundry/java-buildpack
- https://github.com/cloudfoundry/ruby-buildpack
- https://github.com/cloudfoundry/nodejs-buildpack
- https://github.com/cloudfoundry/php-buildpack
- https://github.com/cloudfoundry/go-buildpack
- https://github.com/cloudfoundry/python-buildpack
- https://github.com/mendix/cf-mendix-buildpack
- https://github.com/cloudfoundry-community/staticfile-buildpack
- https://github.com/glyn/virgo-buildpack
- https://github.com/jmcc0nn3ll/jetty-buildpack
- https://github.com/mstine/heroku-buildpack-clojure
- https://github.com/BrianMMcClain/heroku-buildpack-haskell
- https://github.com/michaljemala/cloudfoundry-buildpack-go
- https://github.com/hmalphettes/heroku-buildpack-go
- https://github.com/Orange-OpenSource/java-buildpack/blob/jonas/docs/container-jonas.md
- https://github.com/dmikusa-pivotal/cf-test-buildpack
-
https://github.com/cloudfoundry-community/.net-buildpack
- supports Mono 3.4.0
-
https://github.com/ephoning/heroku-buildpack-python
- supports Python 2, Python 3, Pypy.
-
https://github.com/joshuamckenty/heroku-buildpack-python
- does not support Python 3.
- Not maintained as it's not required to support Strongloop any more. https://github.com/strongloop/dist-paas-buildpack
-
https://github.com/friism/heroku-buildpack-mono
- with sample app that compiles during staging https://github.com/jbayer/nancy-demo-hosting-self
- https://github.com/davidl-zend/zend-server-mysql-buildpack-dev
-
https://github.com/ryandotsmith/null-buildpack
- this uses a Procfile run type of 'program' which CF does not support, but it will work if you use a 'web' type instead of a 'program' type in your Procfile or by specifying the command yourself during the push
-
https://github.com/tsl0922/java-buildpack
- adds maven build support for the original java-buildpack
- JBoss buildpack https://github.com/cloudfoundry-community/java-buildpack-jboss
- https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack
- https://github.com/spiegela/cf-buildpack-erlang
-
https://github.com/cloudfoundry-community/container-info-buildpack
- a buildpack that allows exploring around the Cloud Foundry runtime container. Useful when creating other buildpacks to discover the staging and runtime environment setup / restrictions
- https://github.com/cloudfoundry-community/nginx-buildpack [deprecated in favor of staticfile-buildpack]
- https://github.com/HashNuke/heroku-buildpack-elixir
- https://github.com/gogolok/cloudfoundry-buildpack-elixir
- https://github.com/mendix/cf-mendix-buildpack
- No need to ask permission - if you want to make an edit or add a new section, just do it!
- The official cf-docs maintainers cherry-pick content from this wiki for the official docs
- The contents of this wiki are in no way endorsed, maintained or supported by the core Cloud Foundry team
- Development Process
- Mailing Lists & Chats
- CI and the Commit Pipeline
- Contributing Code or Docs
- Contribution Standards
- Design Documents
- Proposing New Features
- Adding New Services
- Project Incubator
- Reporting Security Vulnerabilities
- CFF vulnerability mgt
- CAB meeting minutes
See CFF official project list.
Roadmaps are reflected in pivotal trackers. Tracker Instructions and steps to watch stories. Here is a flat list of all trackers:
- BOSH
- BBR
- CF Abacus
- CF App Autoscaler
- CF Buildpacks
- Concourse roadmap, and milestones
- CF Containerization/quarks
- CF Container Networking
- CF CAPI
- CF API K8s Evolution
- CredHub
- CF CLI
- CF CLI V3 acceleration
- CF Diego
- CF Docs
- CF Eclipse
- CF Eirini
- CF Flintstone
- CF Foundation
- CF Garden
- CF Greenhouse (windows)
- CF GrootFS (aka Garden RootFs)
- CF Identity (aka UAA)
- CF Infrastructure (incls BBL)
- CF Java Buildpack
- CF Java Client
- CF Lattice
- CF Logging and Metrics
- CF MEGA (Release Integration)
- CF Networking - CF K8S
- CF Networking - CFAR Mesh
- CF Mysql (core services)
- CF Notifications
- CF Permissions
- CF Persistence
- CF Postgres-release
- CF Runtime OG
- CF Routing
- CF Routing TCP
- CF services API (aka SAPI)
- Cloud Service Brokers (by SAPI/service enablement team)
- Kubo
- License Finder
- BBR
- Buildpacks
- BOSH
- BOSH CPIs
- Cf Java Client
- Core services (mysql) - repo
- Garden
- Grootfs
- Infra/tools
- Java Buildpack
- Kubo - repo
- Loggregator
- Persistence
- Release integration - repo
- Routing
- Runtime - repo
- Service API (aka SAPI)
Maybe other CIs hosted on cf-app.com are mentioned in slack ?
- See Client Tools on docs
- 3rd Party Compatible Apps