You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/30 13:47:38 UTC

[GitHub] [camel-k] astefanutti opened a new issue #1238: Multi-architecture support

astefanutti opened a new issue #1238: Multi-architecture support
URL: https://github.com/apache/camel-k/issues/1238
 
 
   At the moment, Camel K binaries and images are available for amd64 architecture only.
   
   Following up on #1215, it would be useful to publish multi-architecture images, so that Camel K can be used on a wider range of architectures. Based on a recent PoC, I've identify the following tasks: 
   
   - Camel K:
       - [ ] Use a multi-architecture default Java base image
       - [ ] Build and publish multi-architecture images: BuildKit could be a good candidate to ease the task of building images for all target architectures, as it automatically picks the right base image and creates the multi-architecture manifest 
   - Kaniko:
       - [ ] Multi-architecture based image support: GoogleContainerTools/kaniko#646, GoogleContainerTools/kaniko#980
       - [ ] Multi-architecture _warmer_ and _executor_ images
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services