jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

Adjust key servers to support corporate firewalls #58

Closed sebakerckhof closed 7 years ago

sebakerckhof commented 7 years ago

Many corporate networks will block outgoing port 11371, which is by default used when contacting keyservers.

Our builds are also failing because of this. The default solution is to use a keyserver on port 80. E.g. replace ha.pool.sks-keyservers.net with hkp://p80.pool.sks-keyservers.net:80

here: https://github.com/jshimko/meteor-launchpad/blob/34d97b4f834f238cdf69cab71457dbf9540a6a39/scripts/install-deps.sh#L36

and here: https://github.com/jshimko/meteor-launchpad/blob/e2695536e0338d7812776432be2712ad303ad2a7/scripts/install-mongo.sh#L12

jshimko commented 7 years ago

Fixed via #59

Thanks @sebakerckhof!

jshimko commented 7 years ago

This has been released in v2.1.3 (also currently :latest)