diff --git a/.circleci/config.yml b/.circleci/config.yml index a495dac..29cab89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/container/Dockerfile b/container/Dockerfile new file mode 100644 index 0000000..1d07f5d --- /dev/null +++ b/container/Dockerfile @@ -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