5c88199db3
* docker_image: fix default handling of old docker-build options nocache and rm (#56610) * Fix usage of nocache parameter. * Fix defaults. * Add changelog. (cherry picked from commit56e2d48612
) * docker_image: fix module failing when build option is used without specifying path (#56940) * Fix module failing when build option is used without specifying path. * Add changelog. (cherry picked from commit86928a5f74
) * Extend docker_image tests. (#57090) (cherry picked from commitc54d79bc13
)
3 lines
200 B
YAML
3 lines
200 B
YAML
bugfixes:
|
|
- "docker_image - if ``nocache`` set to ``yes`` but not ``build.nocache``, the module failed."
|
|
- "docker_image - if ``build`` was not specified, the wrong default for ``build.rm`` is used."
|