buildpacks / community

Community content for the Cloud Native Buildpacks (CNB) project
https://buildpacks.io
Creative Commons Attribution 4.0 International
43 stars 24 forks source link

Clarify where are located the buildpacks on Github #143

Closed collimarco closed 2 years ago

collimarco commented 2 years ago

From your official website it seems impossible to find the repositories of the buildpacks on Github.

Can you please clarify where are they located?

For example, take a Rails app that I want to pack, how can I get a list of all the buildpacks (Heroku, Pivotal, etc.) and their repo on Github (i.e. Github link)?

dfreilich commented 2 years ago

Hey @collimarco , sorry that you found it hard to find! The Buildpacks project doesn't maintain buildpacks - instead, we support vendors who offer them, and register them in the Buildpacks Registry. We do have a link to it on the website, but this is valuable feedback that we could perhaps discovering/the relevance of the registry a clearer point. (cc @buildpacks/learning-contributors )

One other place users can discover buildpacks/builders is by running pack builder suggest, which should return a list of builders. By then inspecting them (pack builder inspect <builder-name>), that should give a homepage of the Builder/buildpack, which will often be a Github link. That is a more circutuous route, though, and we'd generally recommend that users discover Buildpacks by selecting the Github logo on the registry pages for buildpacks.

collimarco commented 2 years ago

Thanks for the reply!

Two notes:

jkutner commented 2 years ago

Yea, I agree that Github icon is not noticeable.