astefanutti opened a new issue #1238:
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
- [ ] The https://github.com/scylladb/go-set dependency doesn't compile
on 32 bits architectures
- 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]