summaryrefslogtreecommitdiff
path: root/docker/tests/simple
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-01-16 15:25:17 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-01-16 15:25:17 +0100
commitfef5746ee329eb560d740132895ed29a44e44d10 (patch)
treeacbe7190a025de95c107fce342e2d2175aa88e2f /docker/tests/simple
parentafdeba754f8766de3b12211953eced5304991cde (diff)
New upstream version 1.0.0+git20191223.292995b
Diffstat (limited to 'docker/tests/simple')
-rw-r--r--docker/tests/simple/A/A/A/A/a.txt1
-rw-r--r--docker/tests/simple/base.tar.gzbin0 -> 631 bytes
-rw-r--r--docker/tests/simple/main.yaml12
3 files changed, 13 insertions, 0 deletions
diff --git a/docker/tests/simple/A/A/A/A/a.txt b/docker/tests/simple/A/A/A/A/a.txt
new file mode 100644
index 0000000..7898192
--- /dev/null
+++ b/docker/tests/simple/A/A/A/A/a.txt
@@ -0,0 +1 @@
+a
diff --git a/docker/tests/simple/base.tar.gz b/docker/tests/simple/base.tar.gz
new file mode 100644
index 0000000..0c8dc6d
--- /dev/null
+++ b/docker/tests/simple/base.tar.gz
Binary files differ
diff --git a/docker/tests/simple/main.yaml b/docker/tests/simple/main.yaml
new file mode 100644
index 0000000..b4f99f2
--- /dev/null
+++ b/docker/tests/simple/main.yaml
@@ -0,0 +1,12 @@
+architecture: amd64
+
+actions:
+ - action: unpack
+ compression: gz
+ file: base.tar.gz
+
+ - action: overlay
+ source: A
+
+ - action: run
+ command: find ${ROOTDIR}