Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates libcnb to support buildpacks API 0.7 #94

Merged
merged 1 commit into from
Nov 11, 2021
Merged

Updates libcnb to support buildpacks API 0.7 #94

merged 1 commit into from
Nov 11, 2021

Commits on Nov 11, 2021

  1. Updates libcnb to support buildpacks API 0.7

    Buildpacks API 0.7 brings one new feature, the functionality for SBoM output through [RFC #95](https://github.com/buildpacks/rfcs/blob/main/text/0095-sbom.md).
    
    Without this change, you can write the SBoM information as described in RFC #95, but the lifecycle will ignore it. To make the lifecycle capture your SBoM information you need to:
    1. Use a version of libcnb with this PR.
    2. Update the `api = "0.8"` line in your buildpack.toml.
    3. Write the SBoM files from your buildpack according to the locations in RFC #95. Libcnb does not provide any help with this activity presently, it is up to the buildpack author.
    4. Use a lifecycle version with support, 0.13.0+
    5. Use a pack version with platform API 0.8+
    
    The lifecycle should then copy your SBoM files and include them into the image.
    
    This PR is only required because the current implementation restricts usage of libcnb to specific buildpack API versions and we needed to add 0.7 to this list.
    
    Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
    Daniel Mikusa committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9af239f View commit details
    Browse the repository at this point in the history