apt-buildpack
apt-buildpack copied to clipboard
Buildpack API 0.4 is incompatible with lifecycle '0.20.0'
Our project uses apt-buildpack to install a few dependencies. Recently our build was failing because [email protected] and paketobuildpacks/builder:0.2.436-full are no longer supported.
We've switched to [email protected] and paketobuildpacks/builder-jammy-full:0.3.389, but now we're getting the following error:
Step #1: ERROR: failed to build: validating buildpacks: buildpack 'fagiani/[email protected]' (Buildpack API 0.4) is incompatible with lifecycle '0.20.0' (Buildpack API(s) 0.7, 0.8, 0.9, 0.10, 0.11)
I expected the build to succeed. Is this project still actively maintained? If not, is anyone aware of a newer project that is compatible with the new jammy builder?