Random DNS problems during Docker build #371
Labels
kind/bug
A bug in existing code (including security flaws)
kind/discussion
Topical discussion; usually not changes to codebase
While looking into #370, I noticed that
alpine
images are still non-deterministic when it comes to dns lookups (commands executed on the same box, one after another):what the..
If i force ipv4 lookups (
ping -4
) then it always succeeds.Seems that the problem surfaces only on boxes that default to ipv6 (like my fiber).
ps. this might be underlying source of related issues:
TL;DR
Why is this a problem? We want reproducible builds to work not only on Jenkins, but also on local machines (eg. on laptop of AMO reviewer).
A fix is to find workaround for alpine, or switch to glibc-based image.
The text was updated successfully, but these errors were encountered: