2018-04-08 03:03:14 +00:00
|
|
|
---
|
|
|
|
- block:
|
2018-04-18 13:26:10 +00:00
|
|
|
- name: buildah version
|
|
|
|
import_tasks: version.yaml
|
2018-04-08 03:03:14 +00:00
|
|
|
tags:
|
2018-04-18 13:26:10 +00:00
|
|
|
- version
|
2018-04-08 03:03:14 +00:00
|
|
|
|
|
|
|
- name: buildah from
|
|
|
|
import_tasks: from.yaml
|
|
|
|
tags:
|
|
|
|
- from
|
|
|
|
|
2018-04-18 13:26:10 +00:00
|
|
|
- name: buildah containers
|
|
|
|
import_tasks: containers.yaml
|
|
|
|
tags:
|
|
|
|
- ctr
|
|
|
|
|
2018-04-08 03:03:14 +00:00
|
|
|
- name: buildah mount
|
|
|
|
import_tasks: mount.yaml
|
|
|
|
tags:
|
|
|
|
- mount
|
|
|
|
|
|
|
|
- name: buildah tag
|
|
|
|
import_tasks: tag.yaml
|
|
|
|
tags:
|
|
|
|
- tag
|
|
|
|
|
|
|
|
- name: buildah config
|
|
|
|
import_tasks: config.yaml
|
|
|
|
tags:
|
|
|
|
- config
|
|
|
|
|
2018-04-18 13:26:10 +00:00
|
|
|
- name: buildah commit
|
|
|
|
import_tasks: commit.yaml
|
|
|
|
tags:
|
|
|
|
- commit
|
|
|
|
|
|
|
|
- name: buildah inspect
|
|
|
|
import_tasks: inspect.yaml
|
|
|
|
tags:
|
|
|
|
- inspect
|
|
|
|
|
2018-04-08 03:03:14 +00:00
|
|
|
- name: buildah push
|
|
|
|
import_tasks: push.yaml
|
|
|
|
tags:
|
|
|
|
- push
|
|
|
|
|
|
|
|
- name: buildah build-using-dockerfile
|
|
|
|
import_tasks: bud.yaml
|
|
|
|
tags:
|
|
|
|
- bud
|
|
|
|
|
2018-04-18 13:26:10 +00:00
|
|
|
- name: buildah images
|
|
|
|
import_tasks: images.yaml
|
|
|
|
tags:
|
|
|
|
- images
|
|
|
|
|
|
|
|
- name: buildah run
|
|
|
|
import_tasks: run.yaml
|
|
|
|
tags:
|
|
|
|
- run
|
|
|
|
|
2018-04-08 03:03:14 +00:00
|
|
|
always:
|
|
|
|
- import_tasks: cleanup.yaml
|