mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 13:47:21 -04:00
introduces two rake tasks: `rake artifact:docker_oss` and `rake artifact:docker`, which will create the docker images of the OSS and non OSS packages. These tasks depend on the tar artifacts being built. Also `rake artifact:all` has been modified to also call these two tasks. most code was moved from https://github.com/elastic/logstash-docker/
5 lines
143 B
INI
5 lines
143 B
INI
# pytest fixtures (which are wonderful) trigger false positives for these
|
|
# pyflakes checks.
|
|
[flake8]
|
|
ignore = F401,F811
|
|
max-line-length = 120
|