-
Notifications
You must be signed in to change notification settings - Fork 287
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
Performance roundup #1610
Comments
Hi Joe, |
Hello! I'm also very interested in this project. I learned about buildpacks from CNCF's LFX idea list, which I think is a higher-level abstraction of container image. This is so cool! It just so happens that the technology stack of the project fits me pretty well. I've developed many CLI applications using Golang, and most of them have received praise from users. During my reading of the containerd source code, I went through several of the OCI specs, which might help me with my coding. |
Hello 👋 I have prior experience in GO and have built some open-source tools in it. I was also an open-source contributor in Google Summer of Code 2022. |
Helloo!Description of this project in LFX mentorship dragged me here.I am actually very new to this. |
Hi, I'm Edith. I noticed buildpacks from the spring LFX mentorship program. This project attracted me since I'm trying to find a better way to build and deploy my application images recently. I'm glad to join in this community. I have contributed to open-source CLI project with Golang. And my major is software development. I have learned how to evaluate my application by profiling tools. I think my experience on model tuning may help me on performance tuning as well. |
Hi all - thanks for all your attention on this issue, it's exciting to see so much interest :) Please do feel free to join our slack and look at some good first issues (though admittedly those are in short supply at the moment, hopefully we'll identify some more soon :) ) |
Hey @joe-kimmel-vmw, I am very interested in this project. I am also a little bit familiar with golang as well as looking forward to applying to this mentorship. Build packs is an interesting one and it caught my attention. |
Description
Pack has many aspects that can impact total runtime for users, including but not limited to:
Proposed solution
In order to improve user-facing performance let's pick 1 to N scenarios (choosing from possibilities such as: am I moving a lot of bits around? Am I performing similar builds over and over again? Am I constantly using new buildpacks? Large buildpacks?, etc...)
For each scenario:
Additional context
This is intended as a parent issue for LFX/GSOC mentoring opportunities.
The text was updated successfully, but these errors were encountered: