-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
3
-
False
-
-
False
-
-
Technology Preview
-
Proposed
-
-
-
Builds Sprint #29, Builds Sprint #30, Builds Sprint #31
-
3
Description of problem:
Craft a new buildpacks ClusterBuildStrategy for Tech Preview. Current strategy is CNB platform spec 0.12 compliant but it doesn't support the extender phase. Although extender phase is experimental in 0.12 but we would like to see it going further on hence it's a good idea to implement the extender phase with our build strategy.
This strategy from redhat-buildpakcs implements extender phase but it is focused on quarkus builds and doesn't implement all lifecycle phases needed for 0.12 compliance.
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
Create a new build strategy which builds on top of https://github.com/redhat-openshift-builds/strategy-catalog/tree/main/clusterBuildStrategy/buildpacks and takes inspiration from redhat-buildpacks strategy to implement extender phase.