Skip to content

Commit

Permalink
add openSUSE Leap 15 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jul 16, 2024
1 parent f24c406 commit 018d1ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- images/Dockerfile.f34
- images/Dockerfile.f33
- images/Dockerfile.suseLeap42
- images/Dockerfile.suseLeap15
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.dockerfile }}
Expand Down
8 changes: 8 additions & 0 deletions images/Dockerfile.suseLeap15
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM opensuse/leap:15

RUN zypper addrepo -c --no-gpgcheck https://oss.atix.de/SLES15SP5/ subscription-manager
RUN zypper removerepo 'OSS Update'
RUN zypper clean --all
RUN zypper install -y make python3-pip subscription-manager python3-zypp-plugin which python3-setuptools lsof

WORKDIR /app

0 comments on commit 018d1ec

Please sign in to comment.