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

Implement Buildpack RFC 0070: New Buildpack Descriptor Keys #151

Closed
ryanmoran opened this issue Apr 7, 2021 · 3 comments
Closed

Implement Buildpack RFC 0070: New Buildpack Descriptor Keys #151

ryanmoran opened this issue Apr 7, 2021 · 3 comments

Comments

@ryanmoran
Copy link
Member

Summary

Buildpack RFC0070 introduces some new fields into the buildpack.toml file. These fields include description, keywords, and licenses. The specific changes to the buildpack.toml would look like the following:

[buildpack]
description = "<buildpack description>"
keywords = [ "<string>" ]

[[buildpack.licenses]]
type = "<string>"
uri = "<uri>"

To support this, we will need to make changes to both jam and the top-level packit API.

Proposal

  1. When we jam pack a buildpack that includes these new keys, and is specifying buildpack API >= 0.6, include these keys in the built buildpack artifact.

  2. Include these fields in the packit.BuildpackInfo type so that they can be accessed by the buildpack itself at runtime should they need to.

@sophiewigmore
Copy link
Member

Waiting on changes to jam before this can be closed out.

@ryanmoran
Copy link
Member Author

I just opened paketo-buildpacks/jam#23 on the jam repo. Can we consider this closed and deal with jam in its own repo?

@sophiewigmore
Copy link
Member

yes! thanks @ryanmoran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants