Nicolas De loof

Results 981 comments of Nicolas De loof

closing as obsolete. If you encounter a comparable issue, please create a fresh new one with details on your environment

This would require docker/compose let the loader know about sections it could ignore. While feasible, this sounds a significant complexity to be added for the benefits of getting rid with...

this is a general issue we interpolate the whole config file while current command only requires a subset. I wish we get some "lazy-interpolation" mechanism but this would require a...

I agree there's no reason we consider an `null` list as invalid while an empty one if fine

each of your service should be fully defined, even those share a common image. To avoid copy-pasting the build definition you can use `extends` or rely on yaml anchors to...

The reason inlined content was introduced for configs and not for secrets is that in most scenario, a secret is local or dynamically generated and should not be committed with...

This feature would be useful as a workaround for https://github.com/docker/compose/issues/11941

After debating this with the team, we don't want to risk users would start using plain text secrets in their config file, even well documented. So I'm closing this PR

config already has support for inlined content

I'm sorry, I don't understand what you expect here. `RunWithStatus` is responsible for the lifetime of the Writer it's using, i.e it creates one, and MUST ensure it get stopped...