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
Describe the bug or behavior
Drupal, Drush, etc. are pulling tag 5.4.0
This tag, and the current 4.0 release are missing important updates, specifically Docker Compose v2
This means we are having to patch all of our sites to get docker transport to function.
The fixes have been merged for almost a year: #75
& #79
To Reproduce
Use the latest tag or release without a patch.
Try and use Drush aliases outside a Docker container.
Describe the bug or behavior
Drupal, Drush, etc. are pulling tag 5.4.0
This tag, and the current 4.0 release are missing important updates, specifically Docker Compose v2
This means we are having to patch all of our sites to get docker transport to function.
The fixes have been merged for almost a year:
#75
&
#79
To Reproduce
Use the latest tag or release without a patch.
Try and use Drush aliases outside a Docker container.
Expected behavior
Drush command executes inside Docker contaner.
Actual behavior
Error that docker-compose is not a recognised command
Workaround
Patch the file DockerComposeTransport.php file at LINE 64, change $transport = 'docker-compose' to $transport = 'docker'
System Configuration
Additional information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: