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
For those who remember: "Raider heißt jetzt Twix, sonst ändert sich nix."
Fix the CLI
Installing latest Docker now comes with a "Docker plugin".
So instead of using docker-compose with a "-" we now need to use docker compose
without a "-".
Please provide comprehensive error messages in case the CLI does not find tools it expects to be present, like e.g. docker compose (without the dash).
Fix integration tests
So, we need to fix integration tests, probably, too. Search the code base with e.g. ripgrep recursively for docker-compose and thus find the places where we need to fix this issue, too.
Guidelines
Please fix in a separate branch, test, and provide a pull request.
The text was updated successfully, but these errors were encountered:
For those who remember: "Raider heißt jetzt Twix, sonst ändert sich nix."
Fix the CLI
Installing latest Docker now comes with a "Docker plugin".
So instead of using
docker-compose
with a "-
" we now need to usedocker compose
without a "
-
".Please provide comprehensive error messages in case the CLI does not find tools it expects to be present, like e.g.
docker compose
(without the dash).Fix integration tests
So, we need to fix integration tests, probably, too. Search the code base with e.g.
ripgrep
recursively fordocker-compose
and thus find the places where we need to fix this issue, too.Guidelines
Please fix in a separate branch, test, and provide a pull request.
The text was updated successfully, but these errors were encountered: