File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM amazonlinux:latest as builder
3
3
# Fluent Bit version; update these for each release
4
4
ENV FLB_VERSION 1.4.2
5
5
# 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
7
7
8
8
ENV FLB_TARBALL http://github.com/fluent/fluent-bit/archive/v$FLB_VERSION.zip
9
9
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
63
63
RUN git fetch && git checkout ${FLB_DOCKER_BRANCH}
64
64
RUN mkdir -p /fluent-bit/parsers/
65
65
# /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
67
67
# /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/
69
69
70
70
ADD configs/parse-json.conf /fluent-bit/configs/
71
71
ADD configs/minimize-log-loss.conf /fluent-bit/configs/
You can’t perform that action at this time.
0 commit comments