-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(manager): Cloud Native Buildpacks project descriptor manager #30799
feat(manager): Cloud Native Buildpacks project descriptor manager #30799
Conversation
|
2ee3e78
to
f66c732
Compare
Can we find a simpler name for this manager, maybe even "buildpacks"? |
sounds good to me |
How about |
I'm pretty sure the CNF now have a trademark in buildpacks so this will be the only valid usage of that name |
They do: https://www.linuxfoundation.org/legal/trademarks
|
I don't think that matters since the v2 buildpacks are in CNCF, aren't they? But probably the name dosn't really matter anyway. The end user will not have any contact unless a |
Thanks for applying my suggestions. The next time, please batch apply the suggestions. Here's how:
Read GitHub Docs, incorporating feedback into your pull request to learn more. |
@HonkingGoose thank you, will definitely do it in the future. The contribution guide states:
So I thought that the number of commits/batching would make no difference |
Yeah, that's a partial instruction! We really mean:
I'm improving the instructions with: |
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.
One small thing, after that the docs look good to me.
I'll let a maintainer check for technical accuracy.
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.
otherwise LGTM
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.
Please update from main branch then run pnpm prettier-fix
That's what my colleagues tried to hint at here and here. See also this comment linking the Docker implementation of the regex. |
I don't think they were hinting at catastrophic backtracking, and even if they were they should have spoken clearly, not hinted. They wrote:
Sounds to me like "it's hard", not "it's impossible without catastrophic backtracking"
Sounds to me like "we might get it wrong" |
They did not hint at "catastrophic backtracking" per se, but they were clearly speaking out for not going down the road of a complex regex. Should we revert to the pre-regex state or what should be done on this PR to get it merged? |
the regex has been optimized, there should be no catastrophic backtracking issues anymore |
unfortunately I have no access to the link, but the problem should be solved (at least GHAS marked all issues as solved) |
Sorry, I thought "share link" would be public. Maybe not |
🎉 This PR is included in version 39.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
project.toml
fileContext
project.toml
file is a convenient way to keep Cloud Native Buildpacks configuration, when usingpack
CLI to produce OCI images. The project descriptor file contains references to OCI images used during build, which could be updated by RenovateDocumentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: