jamesnetherton opened a new issue, #8140: URL: https://github.com/apache/camel-quarkus/issues/8140
Probable due to https://github.com/testcontainers/testcontainers-java/issues/5351. ``` 2026-01-13 13:20:01,375 INFO [tc.docker] (pool-3-thread-1) Docker Compose has finished running 2026-01-13 13:20:01,382 INFO [tc.alpine/socat:1.7.4.3-r0] (pool-3-thread-1) Pulling docker image: alpine/socat:1.7.4.3-r0. Please be patient; this may take some time but only needs to be done once. 2026-01-13 13:20:02,951 INFO [tc.alpine/socat:1.7.4.3-r0] (docker-java-stream--110891885) Starting to pull image 2026-01-13 13:20:03,068 INFO [tc.alpine/socat:1.7.4.3-r0] (docker-java-stream--110891885) Pulling image layers: 1 pending, 1 downloaded, 0 extracted, (0 bytes/? MB) 2026-01-13 13:20:03,339 INFO [tc.alpine/socat:1.7.4.3-r0] (docker-java-stream--110891885) Pulling image layers: 0 pending, 2 downloaded, 0 extracted, (0 bytes/0 bytes) 2026-01-13 13:20:03,340 INFO [tc.alpine/socat:1.7.4.3-r0] (docker-java-stream--110891885) Pulling image layers: 0 pending, 3 downloaded, 0 extracted, (0 bytes/0 bytes) 2026-01-13 13:20:03,355 INFO [tc.alpine/socat:1.7.4.3-r0] (docker-java-stream--110891885) Pulling image layers: 0 pending, 3 downloaded, 0 extracted, (0 bytes/0 bytes) 2026-01-13 13:20:03,356 INFO [tc.alpine/socat:1.7.4.3-r0] (pool-3-thread-1) Image alpine/socat:1.7.4.3-r0 pull took PT1.973094S 2026-01-13 13:20:03,359 INFO [tc.alpine/socat:1.7.4.3-r0] (pool-3-thread-1) Creating container for image: alpine/socat:1.7.4.3-r0 2026-01-13 13:20:03,388 ERROR [tc.alpine/socat:1.7.4.3-r0] (pool-3-thread-1) Could not start container: com.github.dockerjava.api.exception.BadRequestException: Status 400: {"cause":"link is not supported","message":"bad parameter: link is not supported","response":400} at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:237) at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:124) at org.testcontainers.shaded.com.github.dockerjava.core.exec.CreateContainerCmdExec.execute(CreateContainerCmdExec.java:37) at org.testcontainers.shaded.com.github.dockerjava.core.exec.CreateContainerCmdExec.execute(CreateContainerCmdExec.java:13) at org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21) at org.testcontainers.shaded.com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:33) at org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl.exec(CreateContainerCmdImpl.java:608) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:425) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:341) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:331) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317) at org.testcontainers.containers.ComposeDelegate.startAmbassadorContainer(ComposeDelegate.java:263) at org.testcontainers.containers.ComposeContainer.start(ComposeContainer.java:179) at org.apache.camel.quarkus.component.cyberark.vault.it.CyberarkVaultTestResource.start(CyberarkVaultTestResource.java:99) at io.quarkus.test.common.TestResourceManager$TestResourceRunnable.run(TestResourceManager.java:684) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) ``` -- 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]
