simitt / apm-server-docker

Official Docker image for the Elastic APM Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository contains the official APM Server Docker image from Elastic.

Requirements

A full build requires:

  • Docker
  • GNU Make
  • Python 3.3+ (3.5+ for tests)

Supported Docker versions

The images have been tested on Docker 17.03.1-ce

Contributing, issues and testing

Acceptance tests for the image are located in the test directory, and can be invoked with make test. Python 3.5 is required to run the tests. They are based on the excellent testinfra, which is itself based on the wonderful pytest.

apm-server-docker is developed under a test-driven workflow, so please refrain from submitting patches without test coverage. If you are not familiar with testing in Python, please raise an issue instead.

The images are built on CentOS 7.

About

Official Docker image for the Elastic APM Server

License:Apache License 2.0


Languages

Language:Python 57.7%Language:Makefile 34.0%Language:Shell 8.4%