-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate Kaniko and other solutions for multi-platform builds #12675
Comments
CC: @kyma-project/otters |
Using the buildx, we need to switch to containerd image store, see: https://docs.docker.com/build/building/multi-platform/#prerequisites
|
Success scan of image: https://bdba.tools.sap/#/product/2375602/details/analysis-settings |
POC SummaryChoosen ToolDocker Buildx FIndings
RationaleDocker Buildx is certified tool to build docker images in SAP. It's also native builder, provided by Docker. Implementing builds using docker buildx also simplify passing platforms as we do not need anymore to split it into separate flags. See https://github.tools.sap/kyma/oci-image-builder/pull/192/files#diff-04f131daa1262d0246e779a526a6fb48df09743a6c3abfc70de5baa694e597daL248-R248 You can see required changes in https://github.tools.sap/kyma/oci-image-builder/pull/192/files, which was used to test the buildx implementation. Custom buildxpacks requires additional |
(docker buildx build --platform=linux/amd64,linux/arm64 .).
Estimate: 3 days
The text was updated successfully, but these errors were encountered: