Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Keep fluent-bit version at the last know good version for splunk raw …
Browse files Browse the repository at this point in the history
…output
  • Loading branch information
mreiger committed Jul 1, 2021
1 parent 785f6b7 commit 5a490df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ COPY .git Makefile go.* *.go /work/
COPY pkg/ /work/pkg/
RUN make bin/audit-forwarder

FROM fluent/fluent-bit:1.7.5-debug
# Need to keep fluent-bit version below 1.7.5 for now,
# due to bug https://github.com/fluent/fluent-bit/issues/3699
FROM fluent/fluent-bit:1.7.4-debug

COPY --from=builder /work/bin/audit-forwarder /fluent-bit/bin/
COPY fluent-bit.conf /fluent-bit/etc/
Expand Down

0 comments on commit 5a490df

Please sign in to comment.