Open ohthehugemanatee opened 8 years ago
Composer will prompt for authentication to bypass github rate limiting. https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens
The access token is required to automatically authenticate, since the prompt will break docker build. As far as I can tell, this is working as intended.
can we authenticate with id_rsa instead?
unless you set a GITHUB_PRIVATE_TOKEN, you will fail with
Failed to execute git clone --no-checkout 'git@github.com:AmazeeLabs/varnish.git' 'web/modules/contrib/varnish' && cd 'web/modules/contrib/varnish' && git remote add composer 'git@github.com:AmazeeLabs/varnish.git' && git fetch composer
(for example)I modified composer-install.sh to collect debug info with
The failure is