diff --git a/ci_tests/OpenSuse15.3/Dockerfile b/ci_tests/OpenSuse15.3/Dockerfile new file mode 100644 index 00000000..3bf40db5 --- /dev/null +++ b/ci_tests/OpenSuse15.3/Dockerfile @@ -0,0 +1,6 @@ +FROM opensuse/leap:15.3 + +RUN zypper --non-interactive install docker + +COPY run_ci_test_within_docker.sh /run_ci_test_within_docker.sh +ENTRYPOINT ["/run_ci_test_within_docker.sh"] \ No newline at end of file diff --git a/ci_tests/OpenSuse42.1/Dockerfile b/ci_tests/OpenSuse42.1/Dockerfile new file mode 100644 index 00000000..16102811 --- /dev/null +++ b/ci_tests/OpenSuse42.1/Dockerfile @@ -0,0 +1,6 @@ +FROM opensuse/archive:42.1 + +RUN zypper --non-interactive install docker + +COPY run_ci_test_within_docker.sh /run_ci_test_within_docker.sh +ENTRYPOINT ["/run_ci_test_within_docker.sh"] \ No newline at end of file