snowdrop / java-buildpack-client

A simple buildpack (https://buildpacks.io/) platform implementation as a library for java..
Apache License 2.0
13 stars 7 forks source link

Restructuring for lifecycle phases #43

Closed BarDweller closed 1 year ago

BarDweller commented 1 year ago

A fair bit of rework, moving phase logic out of buildpack into its new home, with a factory to hold onto common config for phases. Init sequences have also been adjusted to pull out elements that happen once (eg copying app to volume) vs each phase (creation of phase container, executing etc).