Skip to content

Commit 8f48ca5

Browse files
committed
Use OBS built container as CI base to provide all dependencies
1 parent 22dfbf4 commit 8f48ca5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ version: 2.1
33
jobs:
44
unit:
55
docker:
6-
- image: registry.opensuse.org/opensuse/leap:15.5
6+
- image: registry.opensuse.org/devel/openqa/ci/containers/openqa-trigger-from-obs-dev
77
steps:
88
- checkout
9-
- run:
10-
command: |
11-
zypper -n in --no-recommends diffutils make python3 tar git-core
12-
- checkout
13-
- run: git clean -df
149
- run: make test_regen_all
1510
- run: make test
1611

container/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!BuildTag: openqa-trigger-from-obs-dev
2+
#!UseOBSRepositories
3+
FROM opensuse/leap:15.5
4+
RUN zypper -n in --no-recommends diffutils tar make python3

0 commit comments

Comments
 (0)