summaryrefslogtreecommitdiff
path: root/test/e2e/build/squash/Dockerfile.squash-c
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-11-06 14:19:34 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-11-16 19:19:49 -0500
commitf2f45ccb57f69cf6264aa1ad9dd08d196869f7f6 (patch)
tree1f07278207d277aecefb72153d15cd2480186e02 /test/e2e/build/squash/Dockerfile.squash-c
parentc6f2383213b6a8ebf4c4b9f5d5162e7c08fa7c9f (diff)
downloadpodman-f2f45ccb57f69cf6264aa1ad9dd08d196869f7f6.tar.gz
podman-f2f45ccb57f69cf6264aa1ad9dd08d196869f7f6.tar.bz2
podman-f2f45ccb57f69cf6264aa1ad9dd08d196869f7f6.zip
Add new test suite for build
Most build testing should be done in Buildah's test suites, but we should have a minimal amount of tests, especially testing the parts that are different like layers and squash. Also the CLI argument handling of things like the context directory that we've had issues reported. This first chunk does a basic test and then checks for context directory being a file and squash iterations. More to be added as time goes by. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'test/e2e/build/squash/Dockerfile.squash-c')
-rw-r--r--test/e2e/build/squash/Dockerfile.squash-c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/build/squash/Dockerfile.squash-c b/test/e2e/build/squash/Dockerfile.squash-c
new file mode 100644
index 000000000..df9c90388
--- /dev/null
+++ b/test/e2e/build/squash/Dockerfile.squash-c
@@ -0,0 +1,3 @@
+FROM busybox:latest
+ADD alpinetest.tgz /data
+RUN rm -rf /data