File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM opensuse: tumbleweed
2- LABEL maintainer Sergio Lindo Mansilla <slindomansilla@suse .com>
3- LABEL version="2017-12-11 "
1+ FROM opensuse/ tumbleweed
2+ LABEL maintainer Sergio Lindo <sergiolindo.empresa@gmail .com>
3+ LABEL version="2018-09-06 "
44
55RUN zypper --gpg-auto-import-keys ref
66RUN zypper --non-interactive install --force-resolution apache2
@@ -31,11 +31,13 @@ USER root
3131ADD client.conf /etc/openqa/
3232ADD database.ini /etc/openqa
3333ADD openqa.ini /etc/openqa/
34- ADD rsyncd.conf /etc/
3534
3635# This script starts the necessary services.
3736ADD run_openqa.sh /root/
3837RUN chmod +x /root/run_openqa.sh
3938
40- EXPOSE 80 443 873
39+ EXPOSE 80 443
40+ VOLUME [ "/var/lib/openqa/factory/" ]
41+ VOLUME [ "/var/lib/openqa/testresults/" ]
42+ VOLUME [ "/var/lib/pgsql/data/" ]
4143CMD ["/root/run_openqa.sh" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ rm -f /run/dbus/pid
88# run services
99dbus-daemon --system --fork
1010start_daemon -u postgres /usr/share/postgresql/postgresql-script start &
11- start_daemon -u root /usr/sbin/rsyncd --daemon --no-detach &
1211start_daemon -u geekotest /usr/share/openqa/script/openqa-resource-allocator &
1312start_daemon -u geekotest /usr/share/openqa/script/openqa-scheduler &
1413start_daemon -u geekotest /usr/share/openqa/script/openqa-websockets &
You can’t perform that action at this time.
0 commit comments