CrazyMax

Results 1193 comments of CrazyMax

Looking at the source of the email it seems broken for `text/plain` and `text/html` :disappointed:: ``` Docker tag *docker.io/amir20/dozzle:latest* ( https://github.com/amir20/doz= zle ) which you subscribed to through docker provider...

> Is the support for multiple distros and static/dynamic a requirement? Not necessary imo so if debian variant is the one we want to rely on, I can remove the...

> What's the goal of this? Who is going to use it? The only purpose the current cross target serves, to my knowledge, is to make sure we don't break...

> All in all, this looks like packaging. I agree that the `binaries` stage in `Dockerfile.cross` currently outputs project binaries and also external tools. I have changed that so now...

I made some changes based on your comments. * Merged changes inside the current `Dockerfile` so there is no specific `Dockerfile.cross` * Dev stages have been updated accordingly to changes...

As discussed bring back `Docker.simple`. Also remove unneeded `XX_PREFER_CROSS` and remove `CC=$(xx-info)-gcc` which is fixed in https://github.com/tonistiigi/xx/releases/tag/v1.1.1.

A new flaky one? https://github.com/moby/moby/runs/6686840944?check_suite_focus=true#step:15:4957 ``` === FAIL: github.com/docker/docker/integration-cli TestDockerSuite/TestRunTwoConcurrentContainers (4.79s) docker_cli_run_test.go:809: assertion failed: error is not nil: Command: D:\a\moby\moby\out\docker.exe run busybox sleep 2 ExitCode: 125 Error: exit status 125...

When it's not Jenkins it's GH :sweat_smile:: https://github.com/moby/moby/runs/7682078905?check_suite_focus=true#step:5:5327 ``` #123 exporting cache #123 preparing build cache for export #123 preparing build cache for export 85.8s done #123 ERROR: GitHub Actions...

As discussed I split a bit more so it should be easier to review.