Commit 45def3f3 authored by Vish Kannan's avatar Vish Kannan

Merge pull request #11768 from mr-salty/remove-fluent-plugin-gem-update

Remove gem update for fluent-plugin-google-cloud
parents a5080aab 98ed2e86
...@@ -17,9 +17,6 @@ RUN apt-get -q update && \ ...@@ -17,9 +17,6 @@ RUN apt-get -q update && \
apt-get clean && \ apt-get clean && \
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
# Update gem for fluent-plugin-google-cloud
RUN /usr/sbin/google-fluentd-gem update fluent-plugin-google-cloud
# Copy the Fluentd configuration file for logging Docker container logs. # Copy the Fluentd configuration file for logging Docker container logs.
COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf
......
...@@ -20,9 +20,6 @@ RUN apt-get -q update && \ ...@@ -20,9 +20,6 @@ RUN apt-get -q update && \
apt-get clean && \ apt-get clean && \
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
# Update gem for fluent-plugin-google-cloud
RUN /usr/sbin/google-fluentd-gem update fluent-plugin-google-cloud
# Copy the configuration file generator for creating input configurations for # Copy the configuration file generator for creating input configurations for
# each file specified in the FILES_TO_COLLECT environment variable. # each file specified in the FILES_TO_COLLECT environment variable.
COPY config_generator.sh /usr/local/sbin/config_generator.sh COPY config_generator.sh /usr/local/sbin/config_generator.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment