logstash/docker
github-actions[bot] 9ad0b7e26f
Update Dockerfile to select appropriate architecture on build box (#16053) (#16059)
This commit adds logic to copy the appropriate env2yaml file to the Docker image
* Clean up env2yaml folder

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit e5b2b3d92b)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
2024-04-05 11:46:05 -04:00
..
bin Remove jinja2 in favor of erb templates (#15142) 2024-02-09 13:49:58 +00:00
data/logstash Save name came through ENV vars to let Logstash decide using value from either keystore or ENV. (#16026) (#16037) 2024-03-27 11:33:29 -07:00
examples build docker images from logstash repo (#10603) 2019-04-04 11:27:06 +01:00
ironbank Support ironbank docker build (#14298) 2022-06-28 10:29:55 +01:00
templates Update Dockerfile to select appropriate architecture on build box (#16053) (#16059) 2024-04-05 11:46:05 -04:00
LICENSE build docker images from logstash repo (#10603) 2019-04-04 11:27:06 +01:00
Makefile Add arm64 support for env2yaml (#15980) (#15984) 2024-03-28 13:41:37 +00:00
README.md [docs] Correctly reference the base OS (ubuntu) for docker (#14214) 2022-06-09 10:00:02 -04: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 Ubuntu 20.04.