DockerComposeEnvironment thrown Error: (HTTP code 409) container stopped/paused in CircleCI #576
-
Hi, I have being implementing the infrastructure to run integration test with testcontainer-node for a Typescript project. The setp-up works fine locally. I just call the function However, I got stuck in CircleCI trying to run the function
I believe that it may have something to do with the CircleCI executor and the docker compose version so I try to with different version of These are the docker compose versions (V1/V2) in my local machine where everything work fine:
These is the CircleCI image executor:
Have anyone in the forum try to run the DockerComposeEnvironment in CircleCI? Could it be that there is compatibilities issues between the docker compose version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @davbr-freetrade, could you please re-run the scenario with the environment variable |
Beta Was this translation helpful? Give feedback.
The version docker compose 2.17.3 seem to have compatible issue with "testcontainers": "^9.5.0",
I have bump to "testcontainers": "^9.8.0" and it works locally.