We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0e6e4 commit 6cfaf7bCopy full SHA for 6cfaf7b
core/src/main/java/org/testcontainers/DockerClientFactory.java
@@ -145,7 +145,7 @@ private DockerClientProviderStrategy getOrInitializeStrategy() {
145
if (strategy != null) {
146
return strategy;
147
}
148
-
+ log.info("Testcontainers version: {}", DEFAULT_LABELS.get(TESTCONTAINERS_VERSION_LABEL));
149
List<DockerClientProviderStrategy> configurationStrategies = new ArrayList<>();
150
ServiceLoader.load(DockerClientProviderStrategy.class).forEach(configurationStrategies::add);
151
0 commit comments