buildah/tests/roles/cli/tasks/from.yaml
Yevhenii Shapovalov e671b026e2 add tests
2017-12-12 13:28:04 +02:00

13 lines
331 B
YAML

---
- name: buildah from pull
command: buildah from --pull nginx
- name: buildah from pull always
command: buildah from --pull-always nginx
- name: buildah from with name
command: buildah from --name nginx nginx
- name: clean from testings
command: buildah delete nginx nginx-working-container nginx-working-container-2