luciangabor
luciangabor
[BUG] random build context path for services with a long(ish) chain of extends with compose 2.24.2
### Description Please see the attached screen recording: [Screencast from 2024-01-23 14-47-13.webm](https://github.com/docker/compose/assets/14922338/146e5454-a8fd-42f3-9a05-8cf5227fb163) ### Steps To Reproduce 1. Create `compose.yaml` ```yaml services: service: extends: file: dir/file.yaml service: service ``` 2. Create...
### Description The [attach](https://docs.docker.com/compose/compose-file/05-services/#attach) property documentation says logs are collected only when explicitly required for the service it's set to false, but it's not working as expected for the `logs`...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
### Description The error states that the service that extends an unknown service is the one that is not found. The error should properly name the unknown service. ### Steps...