Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we get a new release with the current fixes? #82

Open
jonathan-moss opened this issue Nov 20, 2024 · 2 comments
Open

Can we get a new release with the current fixes? #82

jonathan-moss opened this issue Nov 20, 2024 · 2 comments

Comments

@jonathan-moss
Copy link

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

Q A
Drush version? All
Drupal version? All
PHP version All
OS? All

Additional information
Add any other context about the problem here.

@ptmkenny
Copy link

ptmkenny commented Dec 1, 2024

In addition, no release has been made to include the PHP 8.4 deprecation fixes.

@ptmkenny
Copy link

ptmkenny commented Dec 1, 2024

Related issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants