Pull
Pull a docker image
yaml
type: "io.kestra.plugin.docker.Pull"
Pull a docker image
yaml
id: docker_pull
namespace: company.team
tasks:
- id: pull_alpine
type: io.kestra.plugin.docker.Pull
image: alpine:latest
Dynamic
YES
Docker image to use.
Dynamic
YES
Docker configuration file.
Docker configuration file that can set access credentials to private container registries. Usually located in ~/.docker/config.json
.
Dynamic
YES
Dynamic
YES
The URI of your Docker host e.g. localhost
Dynamic
YES
The registry authentication.
The auth
field is a base64-encoded authentication string of username: password
or a token.
Dynamic
YES
The identity token.
Dynamic
YES
The registry password.
Dynamic
YES
The registry URL.
If not defined, the registry will be extracted from the image name.
Dynamic
YES
The registry token.
Dynamic
YES
The registry username.