Merge "Cleanup buildah working container"

This commit is contained in:
Zuul 2019-10-01 23:39:30 +00:00 committed by Gerrit Code Review
commit 85ae72f6af
2 changed files with 8 additions and 0 deletions

View File

@ -82,3 +82,7 @@
buildah commit
{{ from_image }}
{{ target_image | default(source_image) }}{{ modified_append_tag }}
- name: Cleanup working container
command: >
buildah rm {{ from_image }}

View File

@ -143,3 +143,7 @@
buildah commit
{{ from_image }}
{{ target_image | default(source_image) }}{{ modified_append_tag }}
- name: Cleanup working container
command: >
buildah rm {{ from_image }}