Release Notes / Version 11.2310
Table Of ContentsBuild OCI conform images and provide property to select base image architecture
All maven modules that build container images using the Google Jib
Maven plugin, now provide a property
application.image-arch
to configure the base image
architecture.
If not set specifically to a different architecture, Jib will always
select linux/amd64
.
(CMS-23630)