Initial release - #2
Showing
Dockerfile
0 → 100644
Gemfile
0 → 100644
| source 'https://rubygems.org' | ||
| # This is separate gemfile for building docker image that has all plugins | ||
| # for kubernetes log collection agent | ||
| # List all required gems here and install via bundler to resolve dependencies | ||
| gem "fluentd", "=1.9.1" | ||
| gem "fluent-plugin-prometheus", "=1.7.0" | ||
| gem "fluent-plugin-record-modifier", "=2.1.0" | ||
| gem "fluent-plugin-elasticsearch", ">=4.1.1" | ||
| gem "fluent-plugin-jq", "=0.5.1" | ||
| gem "oj", "=3.10.2" | ||
| gem 'multi_json', '=1.14.1' | ||
| gem 'bigdecimal', '=2.0.0' | ||
| gem 'kubeclient', '=4.6.0' | ||
| gem 'http_parser.rb', '=0.5.3' | ||
| gem 'fluent-plugin-dedot_filter', '>= 1.0.0' | ||
| gem 'fluent-plugin-kubernetes-objects', ">=1.1.3" |
Gemfile.lock
0 → 100644
LICENSE
0 → 100644
download.yaml
0 → 100644
entrypoint.sh
0 → 100755
Please register or sign in to comment