Open jpena-r7 opened 1 year ago
I haven't really been following the existing arm64 work in the cloud native buildpacks and paketo communities. One thing I am wondering about in the context of this RFC is what the longer-term picture is? Is this RFC a stepping stone towards pack build --multi-arch
(or whatever the flag for this would be) producing multi architecture application images with Paketo buildpacks - I assume that's what we want in the end.
One thing I am wondering about in the context of this RFC is what the longer-term picture is? Is this RFC a stepping stone towards
pack build --multi-arch
(or whatever the flag for this would be) producing multi architecture application images with Paketo buildpacks - I assume that's what we want in the end.
@loewenstein the current work upstream is adding a lower level feature like Docker manifest
so you can compose two images into an index.
Down the road that will be more automatic. The normal pack
commands will be enhanced to support building multi arch images.
In the meantime Paketo will have to fill in the gaps in our pipelines. Maybe with some additional tooling too. That's what we're doing with the stack builds now, enhancing jam to publish a multi arch image for the stack.
@jpena-r7 Thanks so much for writing this up. Excellent to pull all of this information together and help get everyone focused on this topic.
@jpena-r7 FYI looks like you made changes under the @jericop account which hasn't signed a CLA. I'm not sure if you want to recreate them under your Rapid 7 account or sign the CLA on the other account.
@jpena-r7 FYI looks like you made changes under the @jericop account which hasn't signed a CLA. I'm not sure if you want to recreate them under your Rapid 7 account or sign the CLA on the other account.
I plan to start contributing from @jericop going forward so I signed the CLA. Sorry for the confusion.
Readable
Checklist