Nicolas De loof

Results 981 comments of Nicolas De loof

Maybe I'm wrong, I thought progress writer introduced by https://github.com/docker/compose-cli/pull/233 was a copy/paste from buildkit. Maybe a full re-implementation with the same UX in mind? Does `docker buildx bake` have...

I'm stuck here with test failing on CI `health_test.go:112: timeout hit after 10s: waiting for container healthcheck logs`

related to https://github.com/docker/compose/issues/9345

Buildkit builder mode is not set regarding the `--ansi` flag. Need to pass an extra `--progress text` to the `build` command. We should make `ansi` an attribute of `projectOptions` so...

I tested with compose v2.0.1 ```consolde $ docker-compose version Docker Compose version 2.0.1 $ docker-compose config services: es: image: redis mem_limit: "4294967296" networks: default: null networks: default: name: truc_default ```

Could you please give 2.0.1 a try to confirm this issue has been fixed ?

just tested with Docker Compose version v2.2.2 "works for me" ``` → docker-compose run cli sh [+] Running 7/7 ⠿ nginx Pulled 44.6s ⠿ e5ae68f74026 Pull complete [+] Running 2/2...

That's an interesting proposal. Should be discussed under Compose Specification (https://github.com/compose-spec/compose-spec)

AFAICT the issue is that `getUser` search for unix user in /etc/password on container filesystem. both `USER` and `WORKDIR` directives define container's metadata, but don't actually run `adduser` or equivalent...

dot env file format is unfortunately a _de facto_ convention but no official specification. docker-compose v1 was based on the python implementation, for Compose V2 we use the [godotenv](https://github.com/compose-spec/godotenv) library...