Commit 279e20ed authored by Mik Vyatskov's avatar Mik Vyatskov

Fix flunetd-gcp image Dockerfile

parent 4dbc532c
...@@ -53,7 +53,6 @@ RUN apt-get -qq update && \ ...@@ -53,7 +53,6 @@ RUN apt-get -qq update && \
# Copy the Fluentd configuration files for logging Docker container logs. # Copy the Fluentd configuration files for logging Docker container logs.
# Either configuration file can be used by specifying `-c <file>` as a command # Either configuration file can be used by specifying `-c <file>` as a command
# line argument. # line argument.
RUN rm /etc/td-agent/td-agent.conf
COPY google-fluentd.conf /etc/td-agent/td-agent.conf COPY google-fluentd.conf /etc/td-agent/td-agent.conf
COPY google-fluentd-journal.conf /etc/td-agent/td-agent-journal.conf COPY google-fluentd-journal.conf /etc/td-agent/td-agent-journal.conf
......
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