Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-Wollman authored Feb 20, 2024
1 parent 6b674bc commit a040c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logs/fluent-bit/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ COPY ./out_coralogix.go ./go.mod ./go.sum ./
RUN go mod vendor && \
go build -buildmode=c-shared -ldflags "-s -w" -mod=vendor -o out_coralogix.$TARGETARCH.so .

FROM fluent/fluent-bit:2.2.0
FROM fluent/fluent-bit:1.8.11
ARG TARGETARCH
MAINTAINER Coralogix Inc. <[email protected]>
LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="2.2.0"
LABEL Description="Special Fluent-Bit image for Coralogix integration" Vendor="Coralogix Inc." Version="1.8.11"
COPY --from=builder /go/src/app/plugins.conf /fluent-bit/etc/
COPY --from=builder /go/src/app/out_coralogix.$TARGETARCH.so /fluent-bit/plugins/out_coralogix.so
COPY ./functions.lua /fluent-bit/etc/

0 comments on commit a040c20

Please sign in to comment.