Nicolas De loof

Results 980 comments of Nicolas De loof

get latest from https://github.com/docker/compose/releases

ok then I'll close this issue, feel free to comment after Docker Desktop comes with v2.28.x if issue persists

Comparable to https://github.com/docker/compose/issues/10615 and a few other to request support for third-party build tooling. I wonder we could support this feature relying [service hooks](https://github.com/compose-spec/compose-spec/blob/main/05-services.md#post_start), i.e we could introduce a `build`...

command documentation also need to be updated to reflect this new flag: https://github.com/docker/compose/blob/v2/docs/reference/docker_compose_run.yaml

The main issue I see adding support for `compose run --env-file ... ` to set container environment from a file (which would make sense to align with `docker run ...`)...

I cherry-picked your code into https://github.com/docker/compose/pull/12626

Don't you have "Manage Synchronized file shares with Compose" selected in "Features in development" on Docker Desktop config ?

I can't reproduce either: ``` $ docker compose build issue-902-problem Compose can now delegate builds to bake for better performance. To do so, set COMPOSE_BAKE=true. [+] Building 2.8s (9/9) FINISHED...

I can't reproduce with latest codebase: ``` $ docker compose build ... [+] build 2/2 ✔ Image issue-902-problem:latest Built 1.1s ✔ Image issue-902-working:latest Built 1.1s $ docker images REPOSITORY TAG...

This demonstrates lack of native support for secrets in docker engine (when swarm mode is disabled) which require users to be creative :) Reminds me an earlier discussion we had...