Skip to content
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

Add the ability to specify an image's platform. #7313

Merged
merged 4 commits into from
Nov 29, 2023

Commits on Jul 18, 2023

  1. Add the ability to specify an image's platform.

    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.
    
    This adds `ImageFromDockerfile#withBuildImageCmdModifier` which makes this possible.
    shawjef3 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5ef7731 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Add test

    eddumelendez committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7a31d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f86d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b2f56 View commit details
    Browse the repository at this point in the history