logstash/docker
Andrea Selva 015e85169f
Add monitoring.cluster_uuid as Docker env setting(#14425) (#14497)
Fix env2yaml tool to expose monitoring.cluster_uuid as Docker environment variable

Co-authored-by: Boris Djurdjevic <boris@djurdjevic.ch>
2022-09-06 12:17:31 +02:00
..
bin Backport PR #12728 to 7.x: [Build] Fix version script when VERSION_QUALIFIER is empty string (#12729) 2021-03-05 10:43:04 -05:00
data Add monitoring.cluster_uuid as Docker env setting(#14425) (#14497) 2022-09-06 12:17:31 +02:00
examples build docker images from logstash repo (#10603) 2019-04-04 11:27:31 +01:00
ironbank Support ironbank docker build (#14298) (#14306) 2022-06-28 19:14:05 +01:00
templates Fix artifact path for integration with ubireleaser (#14319) (#14320) 2022-06-30 16:24:29 +01:00
LICENSE build docker images from logstash repo (#10603) 2019-04-04 11:27:31 +01:00
Makefile Support ironbank docker build (#14298) (#14306) 2022-06-28 19:14:05 +01:00
README.md rake task to generate dockerfile 2019-04-22 22:57:55 +01:00
requirements.txt update Jinja2 docker dependency 2019-07-23 21:20:20 +00:00
tox.ini build docker images from logstash repo (#10603) 2019-04-04 11:27:31 +01:00

Description

This repository contains the official Logstash Docker image from Elastic.

Documentation can be found on the Elastic website.

Supported Docker versions

The images have been tested on Docker version 18.09.2, build 6247962

Requirements

A full build requires:

  • Docker
  • GNU Make
  • Python 3.5 with Virtualenv
  • JRuby 9.1+

Running a build

To build an image check out the corresponding branch for the version and run the rake task Like this:

git checkout 7.0
rake artifact:docker
# and for the OSS package
rake artifact:docker_oss

This image is built on Centos 7.