From 8b1737a23f853aec81a34d40ca156b4be5c4d5a5 Mon Sep 17 00:00:00 2001 From: Julien Lind Date: Thu, 10 Oct 2024 15:02:31 +0200 Subject: [PATCH] Add more details about Docker image variants (#5753) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d57af11fe9b..9a86271b3a1 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,12 @@ If you are in the 7.13 branch, this will create the `docker.elastic.co/beats/ela elastic-package stack up --version=7.13.0-SNAPSHOT -v ``` -Please note that the docker container is built in both standard and 'complete' variants. -The 'complete' variant contains extra files, like the chromium browser, that are too large -for the standard variant. +Please note that the docker container is built in standard, 'service', 'cloud' and 'complete' variants. The variants technical specificities can be found [here](https://github.com/elastic/elastic-agent/blob/main/dev-tools/packaging/templates/docker/Dockerfile.elastic-agent.tmpl). +- The 'service' variant contains python libs and connectors that allows it to collect data using [search_connectors](https://www.elastic.co/guide/en/enterprise-search/current/connectors.html). +- The 'cloud' variant is the one used for ESS deployment. +- The 'complete' variant contains extra files, like the chromium browser, that are too large +for the standard variant which allows this docker image to run Synthetics. + ### Testing Elastic Agent on Kubernetes