Pull ​Pull

yaml
type: "io.kestra.plugin.docker.pull"
yaml
id: docker_pull
namespace: company.team

tasks:
  - id: pull_alpine
    type: io.kestra.plugin.docker.Pull
    image: alpine:latest
Properties