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 image compatibility checks #3021

Merged
merged 36 commits into from
Sep 29, 2020
Merged

Add image compatibility checks #3021

merged 36 commits into from
Sep 29, 2020

Commits on Aug 14, 2020

  1. Implement image compatibility checks

    So that compatibility assurances can be made in code rather than just being assumed.
    rnorth committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    484f3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c2360 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    a0ef1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5be1a79 View commit details
    Browse the repository at this point in the history
  3. Add missing annotation

    rnorth committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    ddf8a28 View commit details
    Browse the repository at this point in the history
  4. Fix Kafka version string constructor

    Fix gap in testing and docs
    rnorth committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    c5c1e74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d82db9 View commit details
    Browse the repository at this point in the history
  6. Clarify and expand test

    rnorth committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    de6dec6 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate test

    rnorth committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    d87bcee View commit details
    Browse the repository at this point in the history
  8. Rename test

    rnorth committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    6b63e88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    202a163 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Update core/src/test/java/org/testcontainers/utility/DockerImageNameC…

    …ompatibilityTest.java
    
    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    rnorth and kiview committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b6e5191 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into image-overrides

    Adapt trim() usage to new code structure
    rnorth committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    33c7ae5 View commit details
    Browse the repository at this point in the history
  3. Merge from origin/master and incorporate trim() to fix accidental whi…

    …tespace in property files
    rnorth committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ee5eae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    502c647 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Resolve some review comments

    rnorth committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7a8cd7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad797a5 View commit details
    Browse the repository at this point in the history
  3. Tidy up some nits

    rnorth committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    1ee4b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b0212d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e22e639 View commit details
    Browse the repository at this point in the history
  6. Fix test compilation issue

    rnorth committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9068833 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    64108f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b068af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    3624787 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    89a6b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa1e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c5fbc View commit details
    Browse the repository at this point in the history
  4. Add import

    rnorth committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a5b63ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d43019 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    022c493 View commit details
    Browse the repository at this point in the history
  2. Reinstate standard image check

    rnorth committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6cc5c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9633f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    db4dabf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    80e6971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7794be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    a1b1f48 View commit details
    Browse the repository at this point in the history