DockerCLI/dockerfiles
Sebastiaan van Stijn 0d5b24b019
Dockerfile.vendor: use GOPROXY=direct
While the module proxy can speed up vendoring, it may cause issues when
(temporarily) vendoring from a fork, because the proxy may not have the
module yet on first try, which causes vendoring to fail:

    vendor.mod:95:2: replace github.com/thaJeztah/compose-on-kubernetes:
    version "0b59cf047b3b0199048fe13fdcd21b0cb46549f2" invalid:
    Get "0b59cf047b.info": read tcp 172.17.0.2:60290->172.217.168.209:443: read: connection reset by peer

Using `GOPROXY=direct` to fetch sources directly from upstream (GitHub) instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-28 11:40:33 +01:00
..
Dockerfile.dev vendor with go mod 2021-12-16 21:16:01 +01:00
Dockerfile.lint Update Go to 1.16.11 2021-12-06 10:57:30 +01:00
Dockerfile.shellcheck GitHub Actions for lint 2021-08-05 08:44:21 +02:00
Dockerfile.vendor Dockerfile.vendor: use GOPROXY=direct 2022-01-28 11:40:33 +01:00