phase2 / rig

Outrigger command line tool
MIT License
11 stars 8 forks source link

Update dnsdock container version #136

Closed tekante closed 6 years ago

tekante commented 6 years ago

Rig currently launches a DNSDock container at version 1.16-1 which suffers from a fatal error if a read timeout is received on the backup DNS server. See https://github.com/aacebedo/dnsdock/issues/90

Rig has restart always set so that the container comes back but during the intervening time DNS requests fail (including the original request). One way to ameliorate this is to select a different DNS server from the default 8.8.8.8 (by using the RIG_NAMESERVERS environmental variable) if connections to 8.8.8.8 are proving unstable.

Updating rig to use version 1.16-3 or better should change this to a warning as opposed to an error. It won't solve an underlying problem with a backup DNS instance being reachable but it will reduce some of the impact in terms of the service needing to fully restart.

tekante commented 6 years ago

Fixed by #137