CrazyMax

Results 1192 comments of CrazyMax

> @crazy-max How will this affect `--metadata-file` in buildx? We would need to handle new list of `resp.ExporterResponses` instead of single map `resp.ExporterResponse`: https://github.com/docker/buildx/blob/3e3242cfdda23ab9077dde54479a74d26fcc2242/commands/build.go#L368-L400 Main case is to get the...

> I have a `Dockerfile` that expects `.git` to be present. So I ran into this issue with the git vs path context. Once I found the relevant part in...

> Rebased, but refactoring the parser may take some time. Unlikely in this week. @AkihiroSuda Do you have time to look at it? We plan to do first v0.24 RC...

Should be fixed with latest Docker Desktop 4.37: https://docs.docker.com/desktop/release-notes/#4370

cc @colinhemmings

I was looking at this issue on moby and seems annotations are not passed to moby exporter on `Export` in `inp.Metadata`: https://github.com/moby/moby/blob/d2ad7c36dc268e0d9751b803cec3003234740636/builder/builder-next/exporter/mobyexporter/export.go#L107 after debugging. Annotations on build are set as...

Opened https://github.com/moby/moby/pull/50295 to fix this on moby side first.

> Opened [moby/moby#50295](https://github.com/moby/moby/pull/50295) to fix this on moby side first. This would happen during export at the end of the build so it might be better to fail early: https://github.com/docker/buildx/pull/3384

Pushed extra commits for stale workflow. First one to prefix labels with `status/` and add them to the repo: https://github.com/docker/buildx/labels?q=status%2F ![image](https://github.com/docker/buildx/assets/1951866/a0920d1f-f985-4a9c-8e68-47cbda06d6bf) Move permissions to job similar to `labeler` workflow. And...

> I appear to have similar issue when trying to send mail through gmail SMTP. So I`m eager to test and use the planned change. Is there some sort of...