Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/elastic-agent into 5490-pas…
Browse files Browse the repository at this point in the history
…s-decrypted-cert-key-to-defend
  • Loading branch information
AndersonQ committed Oct 11, 2024
2 parents 7bba767 + 8b1737a commit 09d6609
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09d6609

Please sign in to comment.