Skip to content
Merged
Changes from all commits
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 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"]
----
Expand Down
Loading