cnb-shim
cnb-shim copied to clipboard
This is a shim to run old buildpacks as Cloud Native Buildpacks
As of `lifecycle` 0.16+, any Buildpack API version lower than 0.7 is deprecated. Currently cnb-shim defaults to Buildpack API 0.4, which means warnings like the following can be seen in...
The `direct=false` process type mode has been removed as of Buildpack API version 0.9. This has a few implications: - process commands now need to be wrapped with bash (eg...
The cnb-shim should create a symlink from `/app` to `/workspace/app` (or wherever the real app directory is). This will prevent problems with buildpacks that hard code references to `/app`