We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d67834 commit 755f584Copy full SHA for 755f584
container/single-instance/Dockerfile
@@ -20,6 +20,11 @@ RUN zypper in -y openQA-single-instance openQA-bootstrap \
20
qemu-arm qemu-ppc qemu-x86 qemu-tools sudo iputils os-autoinst-distri-opensuse-deps \
21
qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci && \
22
zypper clean -a
23
+RUN cat > /etc/openqa/workers.ini <<EOF
24
+[global]
25
+HOST = http://localhost:9526
26
+EOF
27
+
28
EXPOSE 80 443 9526
29
ENV skip_suse_specifics=1
30
ENV skip_suse_tests=1
0 commit comments