Skip to content

Commit 1c817b9

Browse files
committed
Use OBS built container as CI base to provide all dependencies
1 parent 8afa6f8 commit 1c817b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ version: 2.1
33
jobs:
44
unit:
55
docker:
6-
- image: registry.opensuse.org/opensuse/leap:15.3
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 python3-black
12-
- checkout
139
- run: make test_regen_all
1410
- run: make test_python_style
1511
- run: make test

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.3
4+
RUN zypper -n in --no-recommends diffutils tar make python3 python3-black

0 commit comments

Comments
 (0)