Module
Core
Proposal
It's possible to specify the platform for a container by using GenericContainer#withCreateContainerCmdModifier.
However, it's not possible to do the same when creating an image, and so it's
not possible to both create and test an image for a platform.
Add ImageFromDockerfile#withBuildImageCmdModifier which will make this possible.
Module
Core
Proposal
It's possible to specify the platform for a container by using
GenericContainer#withCreateContainerCmdModifier.However, it's not possible to do the same when creating an image, and so it's
not possible to both create and test an image for a platform.
Add
ImageFromDockerfile#withBuildImageCmdModifierwhich will make this possible.