Skip to content
Discussion options

You must be logged in to vote

I'm a bit perplexed as this particular error should have been fixed in #28198 (merged in 2.13.1.Final)... We actually use the exact code recommended by the warning you got from TestContainers:

ElasticsearchContainer container = new ElasticsearchContainer(
DockerImageName.parse(config.imageName).asCompatibleSubstituteFor("elasticsearch/elasticsearch"));

Interestingly, we don't have tests for this though, so it's possible asCompatibleSubstituteFor is not enough... Any idea @…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@gsmet
Comment options

@yrodiere
Comment options

@gsmet
Comment options

Answer selected by agreedSkiing
Comment options

You must be logged in to vote
4 replies
@yrodiere
Comment options

@agreedSkiing
Comment options

@yrodiere
Comment options

@agreedSkiing
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment