mirror of
https://gitea.bearcatlog.com/Bryant/chassis-agent
synced 2025-09-18 04:26:02 +08:00
添加 elk
This commit is contained in:
12
fluentd/Dockerfile
Normal file
12
fluentd/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# fluentd/Dockerfile
|
||||
FROM bitnami/fluentd:1.16.1-debian-11-r13
|
||||
USER root
|
||||
RUN ["gem", "sources", "--remove", "https://rubygems.org/"]
|
||||
RUN ["gem", "sources", "--add", "https://gems.ruby-china.com/"]
|
||||
RUN ["gem", "sources", "-u"]
|
||||
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--version", "5.3.0"]
|
||||
RUN ["gem", "install", "fluent-plugin-typecast", "--version", "0.2.0"]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user