b7728ea890
This change introduces prune-images command. Uses docker_prune module of Ansible that comes with version 2.8. Depends-On: https://review.opendev.org/#/c/699333/ Implements: blueprint docker-image-pruning Change-Id: Icbf374dd50e1cc1f1604bb4fa779b34279efd50c
9 lines
175 B
YAML
9 lines
175 B
YAML
---
|
|
- name: Pruning Kolla images
|
|
become: true
|
|
docker_prune:
|
|
images: yes
|
|
images_filters:
|
|
label: kolla_version
|
|
timeout: "{{ docker_image_prune_timeout }}"
|