-
Notifications
You must be signed in to change notification settings - Fork 527
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
JKube generators should be able to provide opinionated BuildPackConfiguration #2460
Comments
As discussed internally:
|
…legation to pack CLI Related to eclipse-jkube#2460 Add note in BuildPacks Integration so that it's clear that it's user's responsibility to provide a valid buildpacks configuration Signed-off-by: Rohan Kumar <[email protected]>
…ion to pack CLI Related to #2460 Add note in BuildPacks Integration so that it's clear that it's user's responsibility to provide a valid buildpacks configuration Signed-off-by: Rohan Kumar <[email protected]>
We have updated the documentation addressing this aspect in #3069 . I think we can close this issue. |
Component
None
Task description
Description
Part of #439
Currently, our generators provide opinionated ImageConfiguration by inspecting project configuration.
As a user building container image leveraging buildpacks, JKube generators should be able to create opinionated BuildPackConfiguration along with ImageConfiguration. This should be supported for frameworks that have buildpacks supported officially.
Expected Behavior
As a user, when I build container image using buildpacks, I expect jkube generators to choose the appropriate buildpack builder image automatically. This should be applicable provided there is an officially supported buildpack available for a particular framework (spring-boot, quarkus)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: