buildah/tests/roles/cli/tasks/from.yaml
Lokesh Mandvekar 5cce5a1ada Revert "buildah-0.16-2.git4743c2e"
This reverts commit 61290b1bc7
since it removed the tests/ dir, which is obviously unwanted behavior.
2018-04-07 23:03:14 -04: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