Skip to content

v0.0.14

Compare
Choose a tag to compare
@paketo-bot paketo-bot released this 28 May 18:42
Include symlinks when packing buildpacks

Symlinks were not previous managed correctly when packing buildpacks
using `jam`. This meant that for buildpacks that use the single-binary
pattern for their executables, those buildpacks were packaging 3
binaries (`bin/build`, `bin/detect`, and `bin/run`). This lead to larger
buildpack tarballs instead of smaller ones.

This fix handles that symlinking correctly so that buildpacks can
benefit from the reduced number of executables included in the tarball.