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

Fix MockServer container tag #226

Merged
merged 1 commit into from
May 31, 2022

Conversation

jczuchnowski
Copy link
Contributor

Solves #213

Current MockServerContainer uses deprecated constructors from testcontainers-java. This PR introduces constructing image name using DockerImageName utility without changing the API of MockServerContainer.
Unfortunately there's no way to use the defaults from testcontainers-java because they're declared as private, so in this PR I'm introducing the latest image from mockserver/mockserver repo (as opposed to the deprecated jamesdbloom/mockserver used by testcontainers-java).

@dimafeng dimafeng merged commit 82382e5 into testcontainers:master May 31, 2022
@jczuchnowski jczuchnowski deleted the fix-mockserver branch May 31, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants