Nicolas De loof
Nicolas De loof
Nothing obvious here :'( Could you run a separate `docker events` command while you update volume config and run `docker compose up` again? This will let us know if old...
According to this doc, such a volume can be created by `docker volume create` with adequate driver options, and listed by `docker volume ls`. So you should be able to...
compose does not run the build on it's own but just creates a build configuration for buildkit to build image(s) Can you reproduce this behaviour with Docker Desktop? Otherwise this...
that's indeed probably an issue with compose configuring build execution (compose just setup buildx to run the build, it doesn't create layers on its own). We will welcome any PR...
I'm closing this issue as "not planned", as support for Colima is not our priority - obviously if someone can provide a "fix" for this issue, we'd be happy to...
While I can see some benefits having support for multiple values in `path` I can't see how this would help with https://github.com/docker/compose/issues/12544 and pattern support, can you please elaborate ?
on https://github.com/docker/compose/issues/12544 user requests as "nice to have" some way to avoid duplication when multiple patterns must apply to the same action. The challenge we have then is to find...
please clarify your use case. a key-only environment variable is resolved based on user's environment, and ignored otherwise. Why not just populate the project environment with all usable values ?
Actually this is a bug to remove empty variable from container environment, as empty has a special meaning to "remove" variable (see https://github.com/docker/compose/issues/11962)
Closing as https://github.com/compose-spec/compose-go/pull/654 has been merged