podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

Support multiple file includes and include cycles in include section

Open jaschiu opened this issue 2 years ago • 0 comments

Previously, include sections had to be lists of size 1 and never properly addressed other sizes. Include cycles were possible to cause infinite loops. This commit supports including multiple compose files and can detect cyclic include behavior. This commit also parses each included file only once as an optimization.

jaschiu avatar Nov 18 '23 16:11 jaschiu