Laura Brehm
Laura Brehm
Pushed a change reworking the plugin hook listing+scanning logic – instead of scanning the plugin folders and executing every candidate to check their metadata for hook support, we now expect...
There's a few different things going on in this issue: 1. If `target` isn't doing anything at all, it's likely that you're not building with BuildKit. Refer to @rafawhs's [comment](https://github.com/docker/compose/issues/7262#issuecomment-967313086)....
Yup. Follow up PR on `compose-go` [here](https://github.com/compose-spec/compose-go/pull/354), and I have the rest of the implementation ready to go for when that gets merged. Should be quick after the spec PR...
Ah apologies, I meant to look into this when I did but couldn't find the time to do so. Maybe @ndeloof @glours or @milas can TAL at it.
Closing, please open an issue over in https://github.com/moby/moby if you like.
I believe this was related to https://github.com/docker/compose/issues/9448 (fixed by https://github.com/docker/cli/pull/3900 which by now has been included in Compose) and shouldn't be happening in recent versions anymore. I'm closing this issue,...
> The root problem was not the manifest id, but the fact that we are getting the exec format error. Please reopen. It seems to me that there is some...
@marcpawl-arista > There is a difference in behavior on Mac docker for desktop vs Linux. On Mac you can run AMD64 and ARM64 image with the exact same command line...
Yeah, I was going to ping him to amend them before! It still needs some cleaning up/bringing other stuff over though, so no point in worrying about that yet.
/cc @neersighted @thaJeztah @vvoland Rebased this one (suffered from the same issues as https://github.com/moby/moby/pull/44934 that were solved by the changes to store the manifest in https://github.com/moby/moby/pull/44958), PTAL when you get...