Skip to content

Commit

Permalink
dev env ubuntu 18: disable imdocker tests
Browse files Browse the repository at this point in the history
these cannot by run inside the container as they need to talk to
a host docker daemon.
  • Loading branch information
rgerhards committed Feb 28, 2019
1 parent d2ac82f commit a8740e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_env/ubuntu/base/18.04/Dockerfile
Expand Up @@ -177,7 +177,6 @@ ENV RSYSLOG_CONFIGURE_OPTIONS \
--enable-imczmq \
--enable-imdiag \
--enable-imdocker \
--enable-imdocker-tests \
--enable-imfile \
--enable-imjournal \
--enable-imkafka \
Expand Down Expand Up @@ -244,6 +243,7 @@ ENV RSYSLOG_CONFIGURE_OPTIONS \
--enable-testbench

# module needs fixes: --enable-kmsg
# --enable-imdocker-tests is not supported as it needs to run on docker HOST
VOLUME /var/lib/mysql
WORKDIR /rsyslog
USER rsyslog

0 comments on commit a8740e4

Please sign in to comment.