Skip to content

Commit 07a8d36

Browse files
committed
dockerfiles: centos 7: disable Kafka
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 47ab69b commit 07a8d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.centos7

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN cmake -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/et
3232
-DFLB_RELEASE=On -DFLB_TRACE=On \
3333
-DFLB_TESTS_INTERNAL=On -DFLB_TESTS_RUNTIME=On \
3434
-DFLB_SQLDB=On -DFLB_HTTP_SERVER=On \
35-
-DFLB_OUT_KAFKA=On \
35+
-DFLB_KAFKA=off \
3636
-DFLB_JEMALLOC=On \
3737
-DFLB_CHUNK_TRACE=On \
3838
-DFLB_OUT_PGSQL=On \

0 commit comments

Comments
 (0)