We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d2038 + f8ccebf commit 5f1c9d2Copy full SHA for 5f1c9d2
1 file changed
worker-x86_64/Dockerfile
@@ -1,11 +1,7 @@
1
-FROM opensuse:42.3
+FROM opensuse:tumbleweed
2
LABEL maintainer Sergio Lindo Mansilla <slindomansilla@suse.com>
3
-LABEL version="2017-11-16"
+LABEL version="2017-12-11"
4
5
-# At the moment, the only reliable source repository to install openQA is its
6
-# devel project in OBS.
7
-RUN zypper ar -f obs://devel:openQA/openSUSE_Leap_42.3 devel-openQA
8
-RUN zypper ar -f obs://devel:openQA:Leap:42.3/openSUSE_Leap_42.3 devel-openQA-perl-modules
9
RUN zypper --gpg-auto-import-keys ref
10
RUN zypper --non-interactive in qemu-kvm
11
RUN zypper --non-interactive in openQA-worker
0 commit comments