wunderio / image-fuzzy-alpine-devshell

https://quay.io/repository/wunder/fuzzy-alpine-devshell
GNU General Public License v3.0
0 stars 1 forks source link

Using Composer template for Drupal projects doesn't work #24

Closed aleksijohansson closed 8 years ago

aleksijohansson commented 8 years ago

Trying to run composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction with this image ends up with the following error:

The "https://packagist.drupal-composer.org/packages.json" file could not be downloaded: failed to open stream: Connection refused

This is apparently because composer forces HTTPS by default and drupal-composer still uses HTTP URLs which means that this kind of is an upstream issue (https://groups.drupal.org/node/509817), but we should solve it by allowing to use HTTP URLs with the composer in this image because those might be needed somewhere else too.

aleksijohansson commented 8 years ago

Never mind, this was a temporary issue because the IP of packagist.drupal-composer.org was just changed.