Open vvagaytsev opened 11 months ago
This was discovered while debugging #5317. Thanks, @thsig!
I seem to recall this being fixed the other day—do you remember, @vvagaytsev?
@thsig yes, we still need to fix it. I haven't had a chance to do it so far.
The logic for parsing Dockerfiles and computing the file inclusions from them is only being used for module configs, not action configs. That needs to be fixed.
Current Behavior
Dockerfiles are parsed and processed only when using module configs.
Expected behavior
Dockerfiles should be parsed and processed when using both action and module configs.
Reproducible example
Workaround
None.
Suggested solution(s)
Additional context
See
containerHelpers.autoResolveIncludes
helper.Your environment
garden version 0.13.21