Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: force IPv4 on Docker 26+ to fix Envoy int tests #20986

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. test: force IPv4 on Docker 26+ to fix Envoy int tests

    As of Docker Engine 26.0.0 (moby/moby#47062),
    IPv6 is enabled by default where supported. This causes issues for our
    tests attempting to resolve requests to other containers over
    localhost, since on Linux IPv6 will be preferred over IPv4 when
    available when applying the default behavior defined in RFC3484.
    
    As a workaround, force IPv4 with a flag passed to `docker run`.
    zalimeni committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a27d118 View commit details
    Browse the repository at this point in the history