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

Remove fluentd plugin version pin #38

Merged
merged 1 commit into from Jan 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions fluentd_logger/Dockerfile
Expand Up @@ -8,8 +8,6 @@ RUN apt-get -q update && \

RUN curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | DO_NOT_INSTALL_CATCH_ALL_CONFIG=1 bash

RUN /usr/sbin/google-fluentd-gem install --conservative fluent-plugin-google-cloud:0.5.2

# Add cloud agent driver
ADD out_from_docker.rb /etc/google-fluentd/plugin/out_from_docker.rb

Expand Down