Hello,
Is the Buildx feature still experimental or is stabilized and can be used in production environments ?
Regards,
Yuvraj
Share and learn in the Docker community.
Hello,
Is the Buildx feature still experimental or is stabilized and can be used in production environments ?
Regards,
Yuvraj
It is not yet version 1.0 but it is available without enabling experimental features.
Hello,
Thank you very much for the information. We want to use Buildx for Multi Architecture build.
So is it like the current version is directly available without any experimentl features or we need to enbale/disable certain thins to remove experimental features ?
Regards,
Yuvraj
I still just plan to use multiplatform builds so most of the information I can provide come from the documentation or I try it on my machine. Although I donāt see any required feature switch for buildx multiplatform build, the best way to make sure it works as you would expect it is to try it out for your use case. The only thing I would mention is that unless you have different nodes for different architectures you need QEMU on a Linux machine but this is also mentioned by the documentation.