Created
July 13, 2020 14:12
-
-
Save KurtStam/dc4dda29ba20ca1b9b4aa5757ced6449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Running io.syndesis.test.itest.amq.HttpToAMQ_IT | |
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.361 s <<< FAILURE! - in io.syndesis.test.itest.amq.HttpToAMQ_IT | |
[ERROR] io.syndesis.test.itest.amq.HttpToAMQ_IT Time elapsed: 15.361 s <<< ERROR! | |
java.util.concurrent.ExecutionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed | |
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed | |
Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageNameFuture=java.util.concurrent.CompletableFuture@4015234b[Completed normally], imagePullPolicy=DefaultPullPolicy(), dockerClient=LazyDockerClient.INSTANCE) | |
Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for registry.access.redhat.com/jboss-amq-6/amq63-openshift:1.3 | |
Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: open /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt: no such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment