kubero
kubero copied to clipboard
[FEATURE]: Add Buildpacks.io builder
Description
I understand that the use of the term "buildpacks" used by Kubero is not the same as the concepts Cloud Native Buildpacks.io (CNB) brings. We've been using CNB's for some time, and appreciate its simplicity and auto-detection capabilities. It's quite flexible and configurable (for example, being able to specify versions of the languages used, or having it auto-detect the version based on standard files from the repo). For example, here are the various supported package management capabilities for Python-based apps:
https://paketo.io/docs/howto/python/#use-a-package-manager
Or auto-detection of Ruby versions:
https://paketo.io/docs/howto/ruby/#override-the-detected-ruby-version
Has there been any thoughts for adding or utilizing Buildpacks.io or Paketo? It may alleviate the need to maintain a repo for the various "buildpacks" and utilize a common framework.
Possible solution
Utilizing Buildpacks.io or Paketo.io for buildpacks instead of maintaining a Kubero Buildpacks Repo.
Alternatives
No response
Additional information
No response