Skip to content

Commit

Permalink
Clearing out pipelines.yml in docker image round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Aug 30, 2023
1 parent 0a2e2e1 commit 9f0dcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perfsonar-logstash/perfsonar-logstash/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER root
RUN apt-get update -y && apt-get install -y python3 python3-yaml
#make config look like non-docker so scripts work
RUN mkdir /etc/logstash &&\
echo "" > /usr/share/logstash/config/pipelines.yml &&\
echo "[]" > /usr/share/logstash/config/pipelines.yml &&\
ln -s /usr/share/logstash/config/pipelines.yml /etc/logstash/pipelines.yml
USER logstash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd /usr/lib/perfsonar/logstash/java &&\

#make config look like non-docker so scripts work
RUN mkdir /etc/logstash &&\
echo "" > /usr/share/logstash/config/pipelines.yml &&\
echo "[]" > /usr/share/logstash/config/pipelines.yml &&\
ln -s /usr/share/logstash/config/pipelines.yml /etc/logstash/pipelines.yml
USER logstash

Expand Down

0 comments on commit 9f0dcdf

Please sign in to comment.