Skip to content

Commit

Permalink
Update builders to reflect current state of pack suggest builders
Browse files Browse the repository at this point in the history
Signed-off-by: David Freilich <[email protected]>
  • Loading branch information
dfreilich committed Jul 13, 2020
1 parent f1a5bb0 commit 5dabea1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions task/buildpacks-v3/0.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,15 @@ spec:
### Example builders

Cloud Foundry:
- `cloudfoundry/cnb:bionic`
- `cloudfoundry/cnb:cflinuxfs3`
- `gcr.io/paketo-buildpacks/builder:base` &rrar; Ubuntu bionic base image with buildpacks for Java, NodeJS and Golang
- `gcr.io/paketo-buildpacks/builder:full-cf` &rarr; cflinuxfs3 base image with buildpacks for Java, .NET, NodeJS, Golang, PHP, HTTPD and NGINX
- `gcr.io/paketo-buildpacks/builder:tiny` &rarr; Tiny base image (bionic build image, distroless run image) with buildpacks for Golang

Heroku:
- `heroku/buildpacks:18`
- `heroku/buildpacks:18` &rarr; heroku-18 base image with buildpacks for Ruby, Java, Node.js, Python, Golang, & PHP

Google:
- `gcr.io/buildpacks/builder:v1` &rarr; Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python

## Previous Platform API Versions

Expand Down

0 comments on commit 5dabea1

Please sign in to comment.