Eddú Meléndez Gonzales

Results 328 comments of Eddú Meléndez Gonzales

@jerrinot just pinging to see if you are willing to work on the suggestions/requested changes 🙂

Hi @sergey-morenets, thanks for raising the issue! are you interested to work on a PR adding this feature?

glad to see you are interested in. I wrote some steps in the past using github cli [here](https://github.com/eddumelendez/awesome-projects-for-contributors#how-to-start). You can do it via github ui too.

pointing to kraft mode (kafka without zookeeper) [documentation](https://github.com/apache/kafka/#running-a-kafka-broker-in-kraft-mode) as a reference. @pkeugine @ecsimsw let us know if you want to discuss something. You can reach out via [slack](https://slack.testcontainers.org/) too

Hi @swift0303 According to the [docs](https://github.com/testcontainers/testcontainers-java/blob/17407eff6ef3343ee0c2d52e9306d40708909c43/core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java#L31-L43) - A file in the user's home directory named `.testcontainers.properties` - A file in the classpath named `testcontainers.properties` - Environment variables I see the...

which tc version are you using? running `docker pull docker.elastic.co/elasticsearch/elasticsearch:7.9.2` works for you?

@swift0303 please, you can check [here](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) how to properly format the code If you are calling `ElasticsearchContainer()` then the default tag used is `7.9.2` as you can see [here](https://github.com/testcontainers/testcontainers-java/blob/master/modules/elasticsearch/src/main/java/org/testcontainers/elasticsearch/ElasticsearchContainer.java#L57)

For the second case you should use something like this ``` private static DockerImageName IMAGE = DockerImageName.parse("internal.repo.com.com/elasticsearch:latest") .asCompatibleSubstituteFor("docker.elastic.co/elasticsearch/elasticsearch"); ``` as mentioned by the exception message you just shared

@swift0303 any news on this? Please join our [slack](https://slack.testcontainers.org/) channel and continue the conversation right there

Closing this because of lack of activity. @swift0303 feel free to reopen it with more info or join slack channel.