diff --git a/cnv-tests/Dockerfile b/cnv-tests/Dockerfile new file mode 100644 index 0000000..49aa503 --- /dev/null +++ b/cnv-tests/Dockerfile @@ -0,0 +1,3 @@ +ARG CNV_TESTS_TAG + +FROM quay.io/openshift-cnv/cnv-tests:${CNV_TESTS_TAG} diff --git a/cnv-tests/README.md b/cnv-tests/README.md new file mode 100644 index 0000000..2d8f09c --- /dev/null +++ b/cnv-tests/README.md @@ -0,0 +1,8 @@ +cnv-tests +========= + +This image is used by OpenShift CI to run cnv-tests. + +Build paramaters + +* **CNV_TESTS_TAG** specify which CNV version you want to run this container with.