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 interface to customize CreateContainerCmd #7421

Merged
merged 8 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. Add interface to customize CreateContainerCmd via SPI

    Add `CreateContainerCmdCustomizer` interface to customize
    `CreateContainerCmd`. Customization is applied after Testcontainers
    configuration is set.
    eddumelendez committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a02788 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Refactor

    eddumelendez committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    873ef54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0c004 View commit details
    Browse the repository at this point in the history
  3. Fix comments

    eddumelendez committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bd35a9b View commit details
    Browse the repository at this point in the history
  4. Fix docs

    eddumelendez committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    540abdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb2e10 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Fix comment

    eddumelendez committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f5b5125 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix comment

    eddumelendez committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    02b14f9 View commit details
    Browse the repository at this point in the history