Merge "Cleanup buildah working container"
This commit is contained in:
commit
85ae72f6af
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user