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 Nov 8, 2021
1 parent 93884a8 commit 6e5e7c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ version: 2.1
jobs:
unit:
docker:
- image: registry.opensuse.org/opensuse/leap:15.3
- 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
- checkout
- 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.3
RUN zypper -n in --no-recommends diffutils tar make python3

0 comments on commit 6e5e7c7

Please sign in to comment.