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
If you install docker-compose 2.18 which is compatible with ActiveCM projects, the check_docker-compose.sh script will report that the version is incompatible.
We should consider not checking minor version updates when considering the max version.
Adding set -x to the script and running it returns the following:
The text was updated successfully, but these errors were encountered:
If you install docker-compose 2.18 which is compatible with ActiveCM projects, the check_docker-compose.sh script will report that the version is incompatible.
We should consider not checking minor version updates when considering the max version.
Adding
set -x
to the script and running it returns the following:The text was updated successfully, but these errors were encountered: