pack icon indicating copy to clipboard operation
pack copied to clipboard

Multi arch image build support

Open Rajpratik71 opened this issue 1 year ago • 4 comments

Description

Support to specify arch and build images for multiple arches

Proposed solution

Describe alternatives you've considered

I wanted to build a spring boot application as a container image for "arm64", I used pack cli, which built the image but only for "x86" i.e "amd64" arch.

So, I used "docker buildx" as an alternative to build multi-arch images.

Additional context

  • [x] This feature should be documented somewhere

Rajpratik71 avatar Dec 06 '22 13:12 Rajpratik71

Hi, @Rajpratik71 thanks for creating this issue! I think they are related to #1460 and #1459

Also, recently Aidan present the following talk at Kubecon US where he actually mentioned the ideas behind the multi-architecture we want to explore. Also, will be great if you can join the ARM slack channel

jjbustamante avatar Dec 06 '22 14:12 jjbustamante

Sure thanks @jjbustamante let me check

Rajpratik71 avatar Dec 10 '22 15:12 Rajpratik71

I am marking this issue as in-progress because the following open RFC also we have a PR on pack to support these commands, even this is not the final solution, it is the first step to start working on the idea to support multi-arch buildings

jjbustamante avatar Aug 16 '23 18:08 jjbustamante

Hi! I'd like to work on this for the upcoming LFX term😀! Could you please guide me on how to get started with this issue?

Jay179-sudo avatar Feb 01 '24 11:02 Jay179-sudo