From afdeba754f8766de3b12211953eced5304991cde Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Mon, 9 Sep 2019 06:58:33 +0000 Subject: New upstream version 1.0.0+git20190906.f5be960 --- docker/tests/simple-recipe.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docker/tests/simple-recipe.yaml (limited to 'docker/tests/simple-recipe.yaml') diff --git a/docker/tests/simple-recipe.yaml b/docker/tests/simple-recipe.yaml new file mode 100644 index 0000000..b4f99f2 --- /dev/null +++ b/docker/tests/simple-recipe.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} -- cgit v1.2.3