app.image.pull ============== `image` is the name of the image to pull. Format for the name is "registry/repo/image:v1.2.3" where registry may be omitted and it will default to docker registry in this case. It can or cannot contain the tag - this will be passed as is to docker so this should be analogous to what `docker pull` expects. `auth_config` should be specified if image to be retrieved is under a private repository. This method is a job. .. raw:: html
AppImagePullArgs parameters.
No Additional PropertiesAuthentication configuration for private registries or null for public images.
Username for container registry authentication.
Password or access token for container registry authentication.
Container registry URI or null to use default registry.
Container image reference to pull (registry/repository:tag).
Must be at least 1 characters long
Returns null when the image is successfully pulled.