Skip to content

Commit 39cad27

Browse files
authored
#54: Added OpenSuse42.1 and OpenSuse15.3 CI env tests (#55)
1 parent 6c312bb commit 39cad27

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ci_tests/OpenSuse15.3/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM opensuse/archive:42.1
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"]

0 commit comments

Comments
 (0)