-
Notifications
You must be signed in to change notification settings - Fork 980
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
Use Bundler to manage gem dependencies #86
Conversation
errm
commented
Mar 19, 2018
- Makes builds more deterministic
- Avoids issues with plugin incompatibility with fluentd version
- Vulnerability scanning from github
- ~ moves a little closer to solving Re-design how Fluentd should be deployed as a Daemonset #43 perhaps
- Fixes Install via Gemfile? #27
Also fixes #69 |
b428c7f
to
e52da1e
Compare
@repeatedly any comments on using Bundler instead of gem utility ? |
Gemfile based plugin management is easier than list of install command. |
I am working on rebasing this PR on the recent changes ... |
45a9b43
to
8d7efe6
Compare
* Makes builds more deterministic * Avoids issues with plugin incompatibility with fluentd version * Vulnerability scanning from github * ~ moves a little closer to solving fluent#43 perhaps * Fixes fluent#27 Signed-off-by: Ed Robinson <[email protected]>
Signed-off-by: Ed Robinson <[email protected]>
Rebase seems good... I had to add git to the build process to cover the gems that are now being installed from git repos. @edsiper could you take another look? |
@edsiper Do you have any concern? We need to release v1 based images so need to merge this change before. |
@edsiper Can we merge? |
No counter opinion. Merged. Thanks! |