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

Add description, keywords and licenses to sample buildpacks #102

Open
dfreilich opened this issue Jan 18, 2021 · 0 comments
Open

Add description, keywords and licenses to sample buildpacks #102

dfreilich opened this issue Jan 18, 2021 · 0 comments
Assignees

Comments

@dfreilich
Copy link
Member

Add Implementation of buildpacks/rfcs#127

buildpacks/pack#1022 adds the functionality to pack to parse the description, keywords and licenses keys in a buildpack.toml. They should be added to some of the samples, in order to demonstrate how people can do them.

e.g.

[buildpack]
id = "samples/hello-world"
version = "0.0.1"
name = "Hello World Buildpack"
homepage = "https://github.com/buildpacks/samples/tree/main/buildpacks/hello-world"
descripton = "some-description"
keywords = ["something", "something-b"]
[[buildpack.licenses]]
type="MIT"
uri="https://example.com/license"

[[buildpack.licenses]]
type="MIT2"
uri="https://example.com/license"
@jkutner jkutner self-assigned this Jan 26, 2021
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