Skip to content

Commit 5198c2e

Browse files
Update fluent-bit docker image branch and parser file path
1 parent fb36f8d commit 5198c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM amazonlinux:latest as builder
33
# Fluent Bit version; update these for each release
44
ENV FLB_VERSION 1.4.2
55
# branch to pull parsers from in github.com/fluent/fluent-bit-docker-image
6-
ENV FLB_DOCKER_BRANCH 1.3
6+
ENV FLB_DOCKER_BRANCH 1.4
77

88
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
99
RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/fluent-bit-master/
@@ -63,9 +63,9 @@ WORKDIR /home/fluent-bit-docker-image
6363
RUN git fetch && git checkout ${FLB_DOCKER_BRANCH}
6464
RUN mkdir -p /fluent-bit/parsers/
6565
# /fluent-bit/etc is the normal path for config and parsers files
66-
RUN cp parsers*.conf /fluent-bit/etc
66+
RUN cp conf/parsers*.conf /fluent-bit/etc
6767
# /fluent-bit/etc is overwritten by FireLens, so its users will use /fluent-bit/parsers/
68-
RUN cp parsers*.conf /fluent-bit/parsers/
68+
RUN cp conf/parsers*.conf /fluent-bit/parsers/
6969

7070
ADD configs/parse-json.conf /fluent-bit/configs/
7171
ADD configs/minimize-log-loss.conf /fluent-bit/configs/

0 commit comments

Comments
 (0)