Nicolas De loof
Nicolas De loof
Trying to investigate this issue, I noticed this also applies to CLI plugins ``` com.docker.cli compose up [+] Running 2/1 ⠿ Network truc_default Created ⠿ Container truc_redis_1 Running Attaching to...
IIUC we _could_ get child cli-plugin processes to set [PR_SET_PDEATHSIG](https://man7.org/linux/man-pages/man2/prctl.2.html) so it receive a kill signal when parent process dies. This could be integrated in the cli-plugin framework. But this...
cc @CarmenAPuccio
updated with recent v3.0.1 release, still missing https://github.com/go-yaml/yaml/pull/753
> Currently, that means we can download exactly the number of bytes we expect from the registry and hash them to ensure that the content matches what was uploaded before...
I haven't found any path, including hack-ish ones, to avoid waiting for runtimes and registries to be upgraded :'( Anyway, while this couldn't have immediate impact for public image distribution,...
AFAICT those have all been merged, can we close this issue then ?
closing as obsolete
implemented by https://github.com/compose-spec/compose-spec/pull/315
so much votes on this issue, and nobody took a few minutes to propose a PR ? 😅 so, here it is: https://github.com/compose-spec/compose-spec/pull/292 🎅