Add docker_image_tag module (#730)

* Add docker_image_tag module.

* Add check mode tests.

* Improve and test image ID/digest handling.

* Adjust more tests.
This commit is contained in:
Felix Fontein
2023-12-31 10:41:18 +01:00
committed by GitHub
parent 20e78a92e0
commit 66b341aa9e
12 changed files with 715 additions and 22 deletions
+1
View File
@@ -66,6 +66,7 @@ If you use the Ansible package and do not update collections independently, use
- community.docker.docker_image_load: load Docker images from archives
- community.docker.docker_image_pull: pull Docker images from registries
- community.docker.docker_image_push: push Docker images to registries
- community.docker.docker_image_tag: tag Docker images with new names and/or tags
- community.docker.docker_login: log in and out to/from registries
- community.docker.docker_network: manage Docker networks
- community.docker.docker_network_info: retrieve information on Docker networks