Use custom Dockerfile with JUnit testcontainers for OpenSearch
I’m trying to use a JUnit test container for OpenSearch, in Kotlin, with the Spring Boot framework. (Enough qualifiers?) I’ve been able to get it mostly working, roughly like this:
I’m trying to use a JUnit test container for OpenSearch, in Kotlin, with the Spring Boot framework. (Enough qualifiers?) I’ve been able to get it mostly working, roughly like this: