CrazyMax

Results 1198 comments of CrazyMax

@pintassilgo > ...merge just history from the last X days or from the first Y days. Maybe even something more complex like based on URL/title. Good suggestion, I put this...

@Darkyere Working on it but there are some roughcases link to TAP and Wintun drivers. Keep you in touch.

I think this is an issue with Skype itself. Have you tried to reproduce with Skype installed on your computer?

@Mitch037 Yeah we should have a rotation.

@kossnocorp I often add a section [_Reporting an issue_](https://github.com/crazy-max/diun/blob/master/.github/SUPPORT.md#reporting-an-issue) on my repos.

`docker/dockerfile` image does not (yet) support this arch. We need first to add support for mips archs in xx, see https://github.com/tonistiigi/xx/pull/62. In the meantime you can remove the `# syntax`...

> I have images built locally using repos found on docker.io Not sure I understand. `localhost/local-build-image:latest` cannot be tracked because it's not a registry endpoint but a local tag. If...

`cmd` must be a command or script to execute. This should work: ```yaml notif: script: cmd: "/bin/sh" args: - "echo $DIUN_ENTRY_IMAGE >> /data/diun_notfiy.txt" ``` Or just create a shell script...

@tonistiigi After enabling debug in setup-buildx action to dump BuildKit logs and running some PRs (this one and #43529) to trigger the issue I was able to repro: https://github.com/moby/moby/actions/runs/3101231682/jobs/5022378638#step:5:2158 Looking...

@tonistiigi Increasing timeout from `5m` (default) to `10m` in #43529 seems to work: https://github.com/moby/moby/actions/runs/3101856945 I use a custom buildkit image to be able to define a custom timeout: https://github.com/moby/moby/pull/43529/commits/8a028b4e80e65979ac0030a581134cfcd7a159f3 See...