You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] docker-compose - current module uses now depreciated python library. should be migrated to use docker-compose v2 or docker compose commands #62743
Description
the current docker-compose integration uses the old docker-compose v1 python library, this is now Deprecated.
docker-compose v2 is go based. since its creation there is now also a docker compose command in newer docker versions.
As of oct 22 there will be no more security fixes for the v1 branch
A plan to eventually move to ether v2 docker-compose or supporting the in-built compose command in docker should be considered