The docker-in-docker Feature uses v1 as default value. As docker v1 is deprecated, we should set the default to v2.
TODOs -
- Update
dockerDashComposeVersion default to latest (ie v2)
- Deprecate support for option
v1 for dockerDashComposeVersion
- Keep the installation code for docker compose switch
- Bump the major version as we are deprecating support for
v1 (Double check)
We had a community contribution to update the default, see #621 which was closed by the author. @jacobwoffenden Let us know if you are still interested in reopening the PR, if not can use it as reference (unless there are any concerns). Thank you!
The
docker-in-dockerFeature usesv1as default value. As docker v1 is deprecated, we should set the default tov2.TODOs -
dockerDashComposeVersiondefault tolatest(iev2)v1fordockerDashComposeVersionv1(Double check)We had a community contribution to update the default, see #621 which was closed by the author. @jacobwoffenden Let us know if you are still interested in reopening the PR, if not can use it as reference (unless there are any concerns). Thank you!