Prune ​Prune

yaml
type: "io.kestra.plugin.docker.prune"
yaml
id: docker_prune_images
namespace: company.team

tasks:
  - id: prune_images
    type: io.kestra.plugin.docker.Prune
    pruneType: IMAGES
    dangling: true
Properties
Possible Values
BUILDCONTAINERSIMAGESNETWORKSVOLUMES
Default false
SubType string