From 3d7bd55e2c250a17b5f261f2307d20b539c21763 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:23:46 -0500 Subject: [PATCH] Add download steps for Wolfi container images (#1544) (cherry picked from commit 281c935c68818841671f667315f386aaedf2dd0b) --- .../elastic-agent/elastic-agent-container.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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