-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
-
Hi, I am getting this error after upgrading the version, and it works if I downgrade the library version to 1.17:
|
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 8 replies
-
With the latest changes, There is starter script addition: And when I inspect the container I see: Looks like it is not executable. 🤔 |
Beta Was this translation helpful? Give feedback.
All reactions
-
I tried both It runs successfully on CI, by the way. The problem occurs locally on M1 Macbook Ventura 13.3.1. But if I lower the version to 1.17 it works. Successful run: Trendyol/stove#84 with Zookeper
with kraft
|
Beta Was this translation helpful? Give feedback.
All reactions
-
@osoykan What's your container output? Please, configure logs properly https://www.testcontainers.org/supported_docker_environment/logging_config/ |
Beta Was this translation helpful? Give feedback.
All reactions
-
@eddumelendez sure, tried on an intel mac. Here is the result:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Testcontainers for Java 1.18.1 was released and supports |
Beta Was this translation helpful? Give feedback.
All reactions
-
I tried with 1.8.1 and the result is the same. I even tried with running Kafka tests by pulling testcontainers-java repo, and the result is the same. Yes, I am using M1 with the latest docker engine. 1.17.6 works, indeed. |
Beta Was this translation helpful? Give feedback.
All reactions
-
The solution was revamping the docker from local completely. Clean / Purge -> Uninstall -> Install again. |
Beta Was this translation helpful? Give feedback.
The solution was revamping the docker from local completely.
Clean / Purge -> Uninstall -> Install again.