mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
* Migrate to new image for logstash container * Remove ELK stack tooling I will not maintain
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
FROM mirror.gcr.io/library/logstash:5-alpine
|
|
COPY logstash.conf /
|
|
RUN touch /logstash.log
|
|
RUN chown logstash:logstash /logstash.log
|
|
CMD ["-f", "/logstash.conf"]
|