Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder Compatibility Documentation #82

Open
ForestEckhardt opened this issue Feb 19, 2021 · 1 comment
Open

Builder Compatibility Documentation #82

ForestEckhardt opened this issue Feb 19, 2021 · 1 comment
Labels

Comments

@ForestEckhardt
Copy link
Contributor

We should figure out a way to indicate the builders that are compatible to run each sample app. This would help reduce confusion for new buildpacks users and make it more clear the clear that each language family is compatible with and in what circumstance it is compatible with a given builder .

@arjun024
Copy link
Member

Suggestion: List all the paketo builders you can build that app with, in the README.
Don't let a casual user go hunt for a matrix - the concept of a language-family may not even be intuitive to a user experimenting paketo buildpacks. Let them copy-paste.
E.g.


Node.js Sample App using no package manager

Building

Using base builder

pack build nodejs-sample --buildpack gcr.io/paketo-buildpacks/nodejs --builder paketobuildpacks/builder:base

Using full builder

pack build nodejs-sample --buildpack gcr.io/paketo-buildpacks/nodejs --builder paketobuildpacks/builder:full


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants