prefect_docker.images
Integrations with Docker Images.
Functions
pull_docker_image
repository: The repository to pull.tag: The tag to pull; if not provided, it is set to latest.platform: Platform in the format os[/arch[/variant]].all_tags: Pull all image tags which will return a list of Images.docker_host: Settings for interacting with a Docker host; if not provided, will automatically instantiate aDockerHostfrom env.docker_registry_credentials: Docker credentials used to log in to a registry before pulling the image.**pull_kwargs: Additional keyword arguments to pass toclient.images.pull.
- The image that has been pulled, or a list of images if
all_tagsisTrue.