Skip to content

Commit

Permalink
Use OBS built container as CI base to provide all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Jul 17, 2024
1 parent 22dfbf4 commit 8f48ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ version: 2.1
jobs:
unit:
docker:
- image: registry.opensuse.org/opensuse/leap:15.5
- image: registry.opensuse.org/devel/openqa/ci/containers/openqa-trigger-from-obs-dev
steps:
- checkout
- run:
command: |
zypper -n in --no-recommends diffutils make python3 tar git-core
- checkout
- run: git clean -df
- run: make test_regen_all
- run: make test

Expand Down
4 changes: 4 additions & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!BuildTag: openqa-trigger-from-obs-dev
#!UseOBSRepositories
FROM opensuse/leap:15.5
RUN zypper -n in --no-recommends diffutils tar make python3

0 comments on commit 8f48ca5

Please sign in to comment.