Hello everyone!
Since last week, I’ve met a strange behavior when using docker-compose for a job dedicated to integration tests.
For some months now, our docker-compose.yml
dedicated to this job was in version 2.4 and run perfectly, however (since last week) the job crashes with a message that says that our docker-compose version isn’t supported. I didn’t see any announcement from CircleCI regarding an update of the remote_docker
default version but okay.
So, I try to add the following to the relevant steps in our config.yml
file:
- setup_remote_docker:
version: 18.05.0-ce
but it didn’t change anything.
Is anyone facing a similar issue at this moment? Maybe I did something wrong when adding the setup_remote_docker
in the file but it worked before and I don’t know why it didn’t work now without an update in our side.
Do you, folks, know something about that?