diff --git a/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc b/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc index 88d6d4f84..b9bb960db 100644 --- a/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc +++ b/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc @@ -36,6 +36,13 @@ Run the `docker pull` command against the Elastic Docker registry: docker pull docker.elastic.co/elastic-agent/elastic-agent:{version} ---- +Alternately, you can use the hardened link:https://wolfi.dev/[Wolfi] image. Using Wolfi images requires Docker version 20.10.10 or higher. + +[source,terminal,subs="attributes"] +---- +docker pull docker.elastic.co/elastic-agent/elastic-agent-wolfi:{version} +---- + If you want to run Synthetics tests, run the `docker pull` command to fetch the *elastic-agent-complete* image: [source,terminal,subs="attributes"] @@ -43,6 +50,13 @@ If you want to run Synthetics tests, run the `docker pull` command to fetch the docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{version} ---- +To run Synthetics tests using the hardened link:https://wolfi.dev/[Wolfi] image, run: + +[source,terminal,subs="attributes"] +---- +docker pull docker.elastic.co/elastic-agent/elastic-agent-complete-wolfi:{version} +---- + [discrete] == Step 2: Optional: Verify the image