-
Notifications
You must be signed in to change notification settings - Fork 49
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
Publish built binaries as tagged releases #28
Comments
@kskewes As shown here, our current recommendation is to pull the shared object file out of the image, then upload it somewhere (like S3) and pull it down on all your EC2 instances. Let me know what you think of that approach. |
Thanks very much. Will ponder moving to docker image source versus building off mirrored repo. |
@kskewes Awesome- curious what you think of the SSM approach to installing and running on EC2 as well.
As part of the new versioning scheme, all future releases will have git tags. |
Nice. |
I'm going to re-open this issue. Please +1 if you have the same request. We could set up an AWS CodePipeline to trigger on pushes to master, build the binary, and create a release and attach the binary. If we get enough feedback, we'll prioritize it. But at the moment the AWS for Fluent Bit image is our main focus. |
Thank you for this.
We currently mirror this repository so we can build the plug-in for use in ec2 instances without docker.
For EKS we use the AWS provided docker image.
Would it be possible to do GitHub release of binaries along with the existing docker images?
If there is a public release process that is amenable to a PR am happy to do so.
The text was updated successfully, but these errors were encountered: