You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to customize the behavior of Buildpacks CLI (pack) execution by providing its supported command-line flags, so that I can properly fine tune the generated container image.
We could introduce a configuration object related to buildpacks inside <build> configuration.
We need to discuss the list of supported options, see if they are overlapping with the ones we might already have.
I'm not sure it's a good idea to completely expose every option.
manusa
changed the title
Add BuildPackConfiguration object to Image Configuration model
[TBD] Add BuildPackConfiguration object to Image Configuration model
Nov 22, 2023
Component
JKube Kit
Task description
Part of #439
As a user, I want to be able to customize the behavior of Buildpacks CLI (pack) execution by providing its supported command-line flags, so that I can properly fine tune the generated container image.
We could introduce a configuration object related to buildpacks inside
<build>
configuration.This could look something like this:
We can have the following fields in BuildPackConfiguration object:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: