From 60549184536a7ffc02194f0d4d893000d55a75fe Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:20:04 -0500 Subject: [PATCH] Add details for Wolfi install image (#1610) * Add details for Wolfi install image * Update docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc (cherry picked from commit 32fdb6a454513d2e236a0fd1f6b4d0dfec28a67a) --- .../elastic-agent/elastic-agent-container.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 b9bb960db..8d7a45b66 100644 --- a/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc +++ b/docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc @@ -36,7 +36,11 @@ 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. +Alternately, you can use the hardened link:https://wolfi.dev/[Wolfi] image. +Using Wolfi images requires Docker version 20.10.10 or later. +For details about why the Wolfi images have been introduced, refer to our article +link:https://www.elastic.co/blog/reducing-cves-in-elastic-container-images[Reducing CVEs in Elastic container images]. + [source,terminal,subs="attributes"] ----