mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
docker_image: improve usage (#52894)
* Add source option. * Split force parameter into force_source, force_absent and force_tag. * Move all build-related options into a suboption called build. * Add changelog.
This commit is contained in:
committed by
John R Barker
parent
fa7c8ce0b4
commit
35e7fb776a
@@ -1,2 +1,2 @@
|
||||
minor_changes:
|
||||
- "docker_image - Add ``cache_from`` option."
|
||||
- "docker_image - Add ``build.cache_from`` option."
|
||||
|
||||
4
changelogs/fragments/52894-docker_image.yaml
Normal file
4
changelogs/fragments/52894-docker_image.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- "docker_image - the ``source`` option has been added to clarify the action performed by the module."
|
||||
- "docker_image - the ``force`` option has been deprecated; more specific options ``force_source``, ``force_absent`` and ``force_tag`` have been added instead."
|
||||
- "docker_image - all build-related options have been moved into a suboption ``build``. This affects the ``dockerfile``, ``http_timeout``, ``nocache``, ``path``, ``pull``, ``rm``, and ``buildargs`` options."
|
||||
Reference in New Issue
Block a user