flyrain opened a new issue, #3183:
URL: https://github.com/apache/polaris/issues/3183

   ### Describe the bug
   
   MacOS version: Tahoe 26.1
   Docker Desktop version: 
[4.53.0](https://docs.docker.com/desktop/release-notes/#4530)
   Docker Engine version:  
[v29.0.0+](https://docs.docker.com/engine/release-notes/29/#2900)
   Error message: 
   ```
   org.testcontainers.containers.ContainerFetchException: Can't get Docker 
image: RemoteDockerImage(imageName=testcontainers/ryuk:0.12.0, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@4a6a6a69)
        at 
app//org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1364)
        at 
app//org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:351)
        at 
app//org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
        at 
app//org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78)
        at 
app//org.testcontainers.utility.RyukResourceReaper.init(RyukResourceReaper.java:42)
        at 
app//org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:245)
        at 
app//org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108)
        at 
app//com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:109)
        at 
app//org.testcontainers.containers.GenericContainer.start(GenericContainer.java:321)
        at 
app//org.apache.polaris.service.events.jsonEventListener.aws.cloudwatch.AwsCloudWatchEventListenerTest.createCloudWatchAsyncClient(AwsCloudWatchEventListenerTest.java:120)
        at 
app//org.apache.polaris.service.events.jsonEventListener.aws.cloudwatch.AwsCloudWatchEventListenerTest.ensureObjectMapperCustomizerIsApplied(AwsCloudWatchEventListenerTest.java:312)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
        at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
        at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
   Caused by: com.github.dockerjava.api.exception.BadRequestException: Status 
400: {"message":"client version 1.32 is too old. Minimum supported API version 
is 1.44, please upgrade your client to a newer version"}
   
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:237)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.get(DefaultInvocationBuilder.java:202)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.get(DefaultInvocationBuilder.java:74)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.exec.InspectImageCmdExec.execute(InspectImageCmdExec.java:28)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.exec.InspectImageCmdExec.execute(InspectImageCmdExec.java:13)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:33)
        at 
app//org.testcontainers.shaded.com.github.dockerjava.core.command.InspectImageCmdImpl.exec(InspectImageCmdImpl.java:39)
        at 
app//org.testcontainers.images.LocalImagesCache.refreshCache(LocalImagesCache.java:42)
        at 
app//org.testcontainers.images.AbstractImagePullPolicy.shouldPull(AbstractImagePullPolicy.java:24)
        at 
app//org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:79)
        at 
app//org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35)
        at 
app//org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20)
        at app//org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41)
        at 
app//org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1362)
        ... 13 more
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to