summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/from.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/cli/tasks/from.yaml')
-rw-r--r--tests/roles/cli/tasks/from.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/roles/cli/tasks/from.yaml b/tests/roles/cli/tasks/from.yaml
new file mode 100644
index 0000000..e694b10
--- /dev/null
+++ b/tests/roles/cli/tasks/from.yaml
@@ -0,0 +1,12 @@
+---
+- 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