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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
With the composer 2 release, docker build scripts are broken
hirak/prestissimo is not compatible with composer 2 and also not needed anymore ( composer 2 comes with parallel support )
Thank you @rijkvanzanten but there are issues more than that.
package directory is out of docker build context so we need packages to moved or copied into context directory only after that we can use your soliton.
inside the Dockerfile you will see "composer reqiure composer require league/flysystem-aws-s3-v3" it should become "composer require composer require league/flysystem-aws-s3-v3:1.0.29" because version 2x is conflicted
inside the directus-steup file there is a line that install composer. But it download composer 2 as it is the most recent version thus conflicts hirak/pretissimo library. So the solution is using this line instead " php composer-setup.php --version=1.10.20 --filename=composer --install-dir /usr/local/bin --quiet"
with all those changes it should build without any problem.
Your help directed me to solution, thanks a lot.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the composer 2 release, docker build scripts are broken
hirak/prestissimo is not compatible with composer 2 and also not needed anymore ( composer 2 comes with parallel support )
while getting over it composer trying to clone https://github.com/directus/zend-db which is not exist anymore...
What can i use instead of that repository ?
Best regards
The text was updated successfully, but these errors were encountered: