We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c312bb commit 39cad27Copy full SHA for 39cad27
ci_tests/OpenSuse15.3/Dockerfile
@@ -0,0 +1,6 @@
1
+FROM opensuse/leap:15.3
2
+
3
+RUN zypper --non-interactive install docker
4
5
+COPY run_ci_test_within_docker.sh /run_ci_test_within_docker.sh
6
+ENTRYPOINT ["/run_ci_test_within_docker.sh"]
ci_tests/OpenSuse42.1/Dockerfile
+FROM opensuse/archive:42.1
0 commit comments