+ + +
+ +
+

community.docker.docker_image_pull module – Pull Docker images from registries

+
+

Note

+

This module is part of the community.docker collection (version 3.6.0).

+

It is not included in ansible-core. +To check whether it is installed, run ansible-galaxy collection list.

+

To install it, use: ansible-galaxy collection install community.docker. +You need further requirements to be able to use this module, +see Requirements for details.

+

To use it in a playbook, specify: community.docker.docker_image_pull.

+
+

New in community.docker 3.6.0

+ +
+

Synopsis

+
    +
  • Pulls a Docker image from a registry.

  • +
+
+
+

Requirements

+

The below requirements are needed on the host that executes this module.

+
    +
  • Docker API >= 1.25

  • +
  • backports.ssl_match_hostname (when using TLS on Python 2)

  • +
  • paramiko (when using SSH with use_ssh_client=false)

  • +
  • pyOpenSSL (when using TLS)

  • +
  • pywin32 (when using named pipes on Windows 32)

  • +
  • requests

  • +
+
+
+

Parameters

+