Closed
Bug 1882787
Opened 1 year ago
Closed 1 year ago
Docker Compose version 2.24.6 no longer accepts the docker-compose.yml configuration file
Categories
(Tecken :: General, defect)
Tecken
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sven, Assigned: sven)
References
Details
Attachments
(1 file)
|
[mozilla-services/tecken] bug-1882787: Fix docker-compose config for Docker Compose v2.24.6. (#2896)
52 bytes,
text/x-github-pull-request
|
Details | Review |
The 2.24.6 patch release of Docker Compose no longer accepts confiiguration files which contain services that extend a service with dependencies. The Docker Compose developers don't consider this a breaking change, but rather a bug fix, so they included it in a patch release: https://github.com/docker/compose/issues/11544
In our configuration, the devcontainer service extends test, which has dependencies. This configuration is apparently invalid, so we have to make devcontainer extend base and copy the entire test configuration.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sven
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
I verified locally that Docker Compose v2.24.6 accepts the configuration again.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•