mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
Note that we install a TON of things from GitHub. Since GitHub isn't available over IPv6, we are using a custom solution based on cachttps, a caching proxy to forward requests to GitHub. Our deployment scripts try to detect a cachttps instance (assuming it will be available through DNS over cachttps.internal) and if they find one, they use it. Otherwise they access GitHub directly - which won't work on IPv6-only hosts, but will of course work fine on IPv4 and dual-stack hosts.