mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
This change makes the elasticsearch service used in integration tests be installed and started in a docker container. Fixes #7097 Fixes #7234
3 lines
43 B
Docker
3 lines
43 B
Docker
FROM logstash:ci_sandbox
|
|
|
|
expose 9200 9300
|