CrazyMax

Results 1192 comments of CrazyMax

Looks like coverage file is missing: https://github.com/akhramov/buildkit/runs/6893833060?check_suite_focus=true#step:7:17 ``` Warning: No files were found with the provided path: ./coverage. No artifacts will be uploaded. ``` Not an hard blocker though, we...

> Further discussion from Slack: https://dockercommunity.slack.com/archives/C7S7A40MP/p1658360288913549?thread_ts=1656592512.773189&cid=C7S7A40MP re-transcription just in case as slack messages are limited ___ ### [Tyler Kalbach](https://app.slack.com/team/U03NDKUJ2BS) > Hello all, I've been having a strange issue with cache...

As discussed with @tonistiigi, resulting summary might not be useful in the current state. What would be interesting is to capture popular failure points over time to catch performance regressions....

fwiw also done in #3022, see https://github.com/moby/buildkit/pull/3022/commits/4b1e527657eeabb76a1b06b2a4625ed336803992

We can provide a way to override or allow adding extra postfix configuration.

@yurividal Thanks for your feedback on this issue with spamhaus, that makes sense. Instead of bind9 we could use FTL or unbound. Will take a look.

Please post your compose stack and also gives output of `docker compose version`.

@sfanous Good point we might also need to check if record matches the actual WAN.

@mhriemers I think we can extend the configuration with a `global` section like: ```yaml global: interface: eth0 credentials: accessKeyID: "ABCDEFGHIJKLMNO123456" secretAccessKey: "abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH" route53: hostedZoneID: "ABCEEFG123456789" recordsSet: - name: "ddns.example.com." type:...