Mercurial > p > roundup > code
diff CHANGES.txt @ 7681:9ceb85d9df32
fix(docker): make healthcheck work when proxy is set
In docker setups that use a proxy for internet access, exclude the
wget healthcheck from using the proxy when connecting to localhost.
Fix from Norbert Schlemmer.
| author | Norbert Schlemmer "Noschvie on github.com" |
|---|---|
| date | Wed, 25 Oct 2023 09:42:11 -0400 |
| parents | a28ea83ace86 |
| children | 3eca3462ba0c |
line wrap: on
line diff
--- a/CHANGES.txt Tue Oct 24 22:03:55 2023 -0400 +++ b/CHANGES.txt Wed Oct 25 09:42:11 2023 -0400 @@ -65,6 +65,8 @@ - use unittest.mock rather than mock for test/test_hyperdbvals.py. (found by Ralf Schlatterbeck. Fix John Rouillard) +- disable proxy with wget in roundup_healthcheck. (Norbert SCHLEMMER + Noschvie on github.com) Features:
