Skip to content
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

Cleanup Dockerfile and remove Dockerfile-debian #82

Merged
merged 2 commits into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev \
&& gem install lru_redux \
&& gem install snappy

# FluentD plugins from RubyGems
RUN gem install fluent-plugin-s3 -v 1.1.4 \
&& gem install fluent-plugin-systemd -v 0.3.1 \
&& gem install fluent-plugin-record-modifier \
Expand All @@ -24,11 +25,10 @@ RUN gem install fluent-plugin-s3 -v 1.1.4 \
&& gem install fluent-plugin-concat -v 2.3.0 \
&& gem install fluent-plugin-rewrite-tag-filter -v 2.1.0 \
&& gem install fluent-plugin-prometheus -v 1.1.0 \
&& gem install fluent-plugin-kubernetes_sumologic
&& gem install fluent-plugin-kubernetes_sumologic -v 2.4.1

RUN gem install fluent-plugin-sumologic_output \
&& gem install fluent-plugin-carbon-v2 \
&& gem install fluent-plugin-prometheus-format \
# FluentD plugins from this repository
RUN gem install fluent-plugin-prometheus-format \
&& gem install fluent-plugin-enhance-k8s-metadata \
&& gem install fluent-plugin-datapoint \
&& gem install fluent-plugin-rewrite-tag-filter \
Expand Down
34 changes: 0 additions & 34 deletions deploy/docker/Dockerfile-debian

This file was deleted.

3 changes: 0 additions & 3 deletions deploy/docker/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<match FOR_TEST_ONLY>
@type datapoint
</match>
<filter FOR_TEST_ONLY>
@type carbon_v2
</filter>
<filter FOR_TEST_ONLY>
@type prometheus_format
</filter>
Expand Down