JiriOndrusek commented on PR #7402:
URL: https://github.com/apache/camel-quarkus/pull/7402#issuecomment-2933677359

   JDBC failure seems to be unrelated. It is caused by:
   ```
   Can't get Docker image: 
RemoteDockerImage(imageName=icr.io/db2_community/db2:12.1.0.0, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@1904a435)
   ...
   Condition 
org.testcontainers.images.RemoteDockerImage$$Lambda/0x00007f5e487ceb28 was not 
fulfilled within 2 minutes.
   ```
   
   The example failure - caused by `message-bridge` example, is causef by the 
similar - not related - error:
   ```
   Can't get Docker image: 
RemoteDockerImage(imageName=icr.io/ibm-messaging/mq:9.4.0.5-r1, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@2827e9)
   ```


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to