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 was archived by the owner on Jul 7, 2020. It is now read-only.
The above --dns flag leads to a lot of failures in DNS resolution when building or upping containers, for example @rocketage had the following error recently:
[Composer\Downloader\TransportException]
The "https://packages.firegento.com/packages.json" file could not be downloaded: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
and I have had very similar issues.
We could potentially rely on the virtualbox DNS resolver which will defer to the host's configuration.
Since removing the --dns flag locally, my DNS issues have stopped occurring.