Add support for docker compose v5. See https://docs.docker.com/com… - #342
Conversation
|
Hi Toni, Since Docker moved from Thanks in advance, |
|
Hi Matteo, There is no problem to reverting, but docker compose versions starts at 0, so it's the same thing, we check it's the version 0 or 1, if the problem is OR comparison. Bests |
|
Thanks @tmas0 - your original change is working well for me locally too Are we sure about inverting the logic? The current conditional also appears to be checking whether it's available at all ( |
|
Hi Paul, IMHO, I would leave it as it is. Bests |
|
Hi Toni,
In that case, I'd fix the message too i.e. something like HTH, |
|
Hi Matteo, Included, I saw that your contribution was good. Bests |
Cheers, can you please squash the commits? |
|
If we make the regular expression:
I think it should match any version apart from version 1; i.e. so it will not fail if they go to version 6, or version 10 for example. |
Hi,
This pull request contains the minimum and necessary changes to add support for Docker Compose v5. See the releases notes: https://docs.docker.com/compose/releases/release-notes/
Bests