Nicolas De loof
Nicolas De loof
comparing last updated date require a docker API access for each and every file in the target container. This would have a terrible impact. Pure "replace all" strategy would be...
@edvordo oh indeed, I remember we had this discussion and went to the same conclusion 😅 indeed, image build time compared to local file last modified time could trigger a...
> why should I explicitly use a watch flag? if you don't, `compose up` will not enable watch mode, which is optional when running `compose up`. While you have a...
Right, Docker Compose v1 is more lazy validating your compose file, while compose v2 does a full model validation (handled by compose-go library) before running a command, even the latter...
Bypassing consistency check for unselected resources would have a significant impact on the compose-go parser codebase, with risk to introduce regressions. So I prefer we close this issue as "not...
Can you please confirm `docker pull` on same image reference works as expected ?
I can't tell about podman, would need to know if `docker pull` is fine with such an image, as docker compose relies on docker codebase for this purpose, not podman
lock is managed by https://github.com/moby/moby/blob/master/pkg/pidfile/pidfile.go#L29 According to "process with PID 20836 is still running" message, the compose process is still reported by system as "alive". If you can reproduce this...
which OS are you running on ?
@wclr process detection is implemented by https://github.com/moby/moby/blob/master/pkg/process/process_windows.go