Skip to content

Instantly share code, notes, and snippets.

@KurtStam
Created July 13, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurtStam/dc4dda29ba20ca1b9b4aa5757ced6449 to your computer and use it in GitHub Desktop.
Save KurtStam/dc4dda29ba20ca1b9b4aa5757ced6449 to your computer and use it in GitHub Desktop.
[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