-
Notifications
You must be signed in to change notification settings - Fork 46
uprade fluent bit version #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| RUN echo "Building for ${TARGETPLATFORM} architecture" | ||
| RUN make ${TARGETPLATFORM} | ||
|
|
||
| FROM fluent/fluent-bit:4.0.3-debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one should be debug.
version.go
Outdated
| package main | ||
|
|
||
| const VERSION = "3.1.0" | ||
| const VERSION = "3.1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be 3.2.0
Dockerfile_firelens
Outdated
|
|
||
| # aws-for-fluent-bit 2.32.2.20240516 is based on Fluent Bit 1.9.10: https://github.com/aws/aws-for-fluent-bit/releases/tag/v2.32.2.20240516 | ||
| # aws-for-fluent-bit 2.32.2.20240516 is based on Fluent Bit 4.2.0: https://github.com/aws/aws-for-fluent-bit/releases/tag/v3.1.0 | ||
| FROM amazon/aws-for-fluent-bit:2.32.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use 3.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
also update docker file for windows. |
…sion-4.x # Conflicts: # Dockerfile.windows
fluent bit version upgraded to 4.2.0 across firelens and dockerhub