Closed candrews closed 2 months ago
As a quick clarifying question this is seeking to add these image labels to the buildpack images we release. Not to add them to the images that are produced by the buildpacks correct?
As a quick clarifying question this is seeking to add these image labels to the buildpack images we release. Not to add them to the images that are produced by the buildpacks correct?
Correct.
Although I do think that's a good idea, I think it would best be pursued in a separate RFC. https://github.com/paketo-buildpacks/image-labels does most of that already, so the implementation of such an RFC would be to apply it by default with reasonable default values.
It this is something that you would like added to the buildpack images themselves that I think it my make sense to try and push this up the stack into pack
. We use the pack buildpack package
to turn a "formatted" tarball into an OCI image so it may make sense to ask them to add these terms to that tarball by default using the values present in the buildpack.toml
.
I would be more than happy to help facilitate an interaction if that is something that you are interested in.
It this is something that you would like added to the buildpack images themselves that I think it my make sense to try and push this up the stack into
pack
. We use thepack buildpack package
to turn a "formatted" tarball into an OCI image so it may make sense to ask them to add these terms to that tarball by default using the values present in thebuildpack.toml
.
That makes sense to me! That would benefit more than just paketo too, which is nice.
I would be more than happy to help facilitate an interaction if that is something that you are interested in.
I'm certainly interested, can you please point me in the right direction? Thank you!
For sure. The upstream project has an RFCs repository https://github.com/buildpacks/rfcs. Their RFCs have a slightly different format but that is laid out in the repository itself. You are free to open a PR with an RFC in it. Please feel free to link me the RFC when you open it.
@candrews Is there anything else that needs to be done on this RFC? Should we close it out in favor of an upstream PR or do you want to modify this one?
@candrews Is there anything else that needs to be done on this RFC? Should we close it out in favor of an upstream PR or do you want to modify this one?
I submitted the RFC to buildpacks at https://github.com/buildpacks/rfcs/pull/314 - could you please facilitate this process?
Hey there @candrews, I see that the upstream proposal was accepted. Is there anything that still needs to happen with this RFC or has everything you wanted been accomplished in the upstream RFC?
I believe the upstream RFC covers it. Now I hope it gets implemented 🤞
Thank you!
Summary
Use Cases
Checklist