File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/en/ingest-management/elastic-agent Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,27 @@ Run the `docker pull` command against the Elastic Docker registry:
3636docker pull docker.elastic.co/elastic-agent/elastic-agent:{version}
3737----
3838
39+ Alternately, you can use the hardened link:https://wolfi.dev/[Wolfi] image. Using Wolfi images requires Docker version 20.10.10 or higher.
40+
41+ [source,terminal,subs="attributes"]
42+ ----
43+ docker pull docker.elastic.co/elastic-agent/elastic-agent-wolfi:{version}
44+ ----
45+
3946If you want to run Synthetics tests, run the `docker pull` command to fetch the *elastic-agent-complete* image:
4047
4148[source,terminal,subs="attributes"]
4249----
4350docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
4451----
4552
53+ To run Synthetics tests using the hardened link:https://wolfi.dev/[Wolfi] image, run:
54+
55+ [source,terminal,subs="attributes"]
56+ ----
57+ docker pull docker.elastic.co/elastic-agent/elastic-agent-complete-wolfi:{version}
58+ ----
59+
4660[discrete]
4761== Step 2: Optional: Verify the image
4862
You can’t perform that action at this time.
0 commit comments