You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is correct. the buildx option for Docker builds has not beed added to WebLogic Image Tool. If its just a matter of using buildx versus the default builder, you can achieve this by setting the command line option --builder. Because the command line options for both docker builders are the same, this should work.
In order to support multi-architecture builds with a single execution, WebLogic Image Tool would need a significant enhancement in order to provide different JDK and WLS installers to each of the architecture builds. It is not clear that this is even possible with the Docker framework, but this has not been exhaustively researched as the demand for the feature has not been seen.
@edburns Partially implemented in the next release. The user can select the target build platform, linux/amd64 or linux/arm64 using --platform. While this uses buildx for podman or docker build engines, it does not support building both platforms at the same time.
I asked Bing AI about this and it said:
Can someone please confirm that multi-platform builds are not supported?
Thanks,
Ed
The text was updated successfully, but these errors were encountered: