Skip to content

Commit 281c935

Browse files
authored
Add download steps for Wolfi container images (#1544)
1 parent 156f83e commit 281c935

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/en/ingest-management/elastic-agent/elastic-agent-container.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,27 @@ Run the `docker pull` command against the Elastic Docker registry:
3636
docker 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+
3946
If 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
----
4350
docker 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

0 commit comments

Comments
 (0)