Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 higher.
Copy link
Contributor

@karenzone karenzone Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use "later" rather than "higher" for versions.

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"]
----
Expand Down
Loading