Nicolas De loof

Results 981 comments of Nicolas De loof

Release v2.23.3 includes an updated version of buildx, would you have a chance to give it a try ?

I have no idea what's wrong here. Compose fully delegates build to buildx (vendored inside binary) and has no control on the communication between client and (remote) builder

Can you try to reproduce with latest release ? v2.17 is pretty old ...

For such scenario, using a git remote is way more convenient and flexible AFAICT

for sure having OCI support for complex project would be nice, but this require Compose to discover all the involved files and this is far from being trivial. That's obviously...

I created https://github.com/docker/compose/pull/11136 as an attempt to offer a feature closer to docker/app

Sounds reasonable to have such a command, you can look at the [list](https://github.com/docker/compose/blob/main/cmd/compose/list.go) command as an illustration of such "introspection" commands

`watch` indeed is just a shortcut workflow so you don't have to rebuild your container image, but this won't replace it outside single container lifecycle

The challenge here is that we have no (simple) way to compare local files with those inside container and image used to create one. From a technical standpoint we _could_...

The main reason is that doing so, a bunch of files will need to be copied to container on first run/restart. But it doesn't seem we have a better way...