Replies: 3 comments 2 replies
-
I see that it's possible to do this by overriding |
Beta Was this translation helpful? Give feedback.
-
Don't you think it's a little bit late to open a discussion due to there is a PR already open? :) See our docs for contributing |
Beta Was this translation helpful? Give feedback.
-
I read the docs for contributing. Can you please link to the PR? I searched them for a couple keywords and it wasn't obvious to me. EDIT: I'm assuming you aren't talking about my PR since you closed my associated issue. |
Beta Was this translation helpful? Give feedback.
-
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.This is implemented by #7313.
Beta Was this translation helpful? Give feedback.
All reactions