Expected Behavior
Env vars provided in the image section of the spec should replace env vars defined in the base spec.
Actual Behavior
This ends up adding 2nd PATH variable (since PATH is already in the base image config) rather than replacing it.
Steps To Reproduce
e.g.
Are you willing to submit PRs to contribute to this bug fix?