mcmah309 / containeryard

ContainerYard is a declarative, reproducible, and reusable decentralized approach for defining containers.
Apache License 2.0
52 stars 1 forks source link

Fail If Required Files Path Conflict #2

Closed mcmah309 closed 2 weeks ago

mcmah309 commented 3 months ago

It is unlikely but if required files specified in different yard-module.yaml have the same path. They will overwrite each other. The build should rather fail instead before retrieving any required files.

mcmah309 commented 2 weeks ago

Done