Skip to content

Commit

Permalink
Add download steps for Wolfi container images (#1544)
Browse files Browse the repository at this point in the history
(cherry picked from commit 281c935)
  • Loading branch information
kilfoyle authored and mergify[bot] committed Dec 16, 2024
1 parent c439399 commit 1776c24
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,27 @@ 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.

[source,terminal,subs="attributes"]
----
docker pull docker.elastic.co/elastic-agent/elastic-agent-wolfi:{version}
----

If you want to run Synthetics tests, run the `docker pull` command to fetch the *elastic-agent-complete* image:

[source,terminal,subs="attributes"]
----
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete:{version}
----

To run Synthetics tests using the hardened link:https://wolfi.dev/[Wolfi] image, run:

[source,terminal,subs="attributes"]
----
docker pull docker.elastic.co/elastic-agent/elastic-agent-complete-wolfi:{version}
----

[discrete]
== Step 2: Optional: Verify the image

Expand Down

0 comments on commit 1776c24

Please sign in to comment.