Skip to content

Granular install hook support

Compare
Choose a tag to compare
@vzsg vzsg released this 19 Jan 18:08
· 24 commits to master since this release
4d11b09

Starting with this release, the hooks provided by the buildpack are improved:

  • The post_compile hook is moved ahead in the build process, it is now executed immediately after the project is built, allowing modifications to be done with the .build folder, checked out dependency sources, etc.
  • Two new hooks – pre_install and post_install – are introduced before and after the built binaries are moved to their final location in the image.