Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ci_tests/OpenSuse15.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]
6 changes: 6 additions & 0 deletions ci_tests/OpenSuse42.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]