-
-
Notifications
You must be signed in to change notification settings - Fork 573
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 support for buildpack.toml files #4031
base: develop
Are you sure you want to change the base?
Conversation
266b903
to
cd1ec55
Compare
…pack package Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
418fb5d
to
afaba83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks++ @NucleonGodX for the PR!
This is a great start.
See my comments for your consideration.
tests/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/dotnet-execute/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/opentelemetry/buildpack.toml
Show resolved
Hide resolved
keywords = ["java", "apm", "trace", "opentelemetry"] | ||
name = "Paketo Buildpack for OpenTelemetry" | ||
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"] | ||
version = "{{.version}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not useful to parse and store directly as version, check the spec for how we could deduce this
tests/packagedcode/data/buildpack/paketo-buildpacks/opentelemetry/buildpack.toml
Show resolved
Hide resolved
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
85b2ccd
to
5399fdd
Compare
Thanks @AyanSinhaMahapatra for your suggestions, I've implemented them. |
Fixes #3477
Tasks
Run tests locally to check for errors.
Signed-off-by: NucleonGodX [email protected]