From a046f0a4fcc9a04f4ce3086b67de5f7bf236560f Mon Sep 17 00:00:00 2001 From: arunp Date: Fri, 4 Oct 2024 15:16:33 +0100 Subject: [PATCH] Update testcontainers version With the current version of Docker i.e. % dockerd -v Docker version 27.3.1, build 41ca978 end to end tests fail with the message below: [ERROR] com.belano.auctionsniper.xmpp.XMPPAuctionHouseTest Time elapsed: 0.019 s <<< ERROR! org.testcontainers.containers.ContainerLaunchException: Container startup failed Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=goos/openfire:latest, imagePullPolicy=DefaultPullPolicy()) Caused by: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration This is fixed by updating testcontainers to a newer version. See also https://github.com/testcontainers/testcontainers-java/issues/3574#issuecomment-989938970 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f391d2..6294166 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 1.8 3.1.0 5.6.2 - 1.14.3 + 1.15.1 0.8.5 3.3.3