Skip to content

Commit 1861acf

Browse files
Add description of Wolfi container install image (#42268) (#42290)
(cherry picked from commit b138d8c) Co-authored-by: David Kilfoyle <[email protected]>
1 parent 24af249 commit 1861acf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

libbeat/docs/shared-beats-attributes.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:beats-ref-all: https://www.elastic.co/guide/en/beats/libbeat
33
:dashboards: https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-{version}.zip
44
:dockerimage: docker.elastic.co/beats/{beatname_lc}:{version}
5+
:dockerimage-wolfi: docker.elastic.co/beats/{beatname_lc}-wolfi:{version}
56
:dockerconfig: https://raw.githubusercontent.com/elastic/beats/{branch}/deploy/docker/{beatname_lc}.docker.yml
67
:downloads: https://artifacts.elastic.co/downloads/beats
78
:libbeat-processors-dir: {beats-root}/libbeat/processors

libbeat/docs/shared-docker.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ https://www.docker.elastic.co[www.docker.elastic.co].
3535

3636
ifndef::apm-server[]
3737

38+
As another option, you can use the hardened link:https://wolfi.dev/[Wolfi] image.
39+
Using Wolfi images requires Docker version 20.10.10 or higher.
40+
For details about why the Wolfi images have been introduced, refer to our article
41+
link:https://www.elastic.co/blog/reducing-cves-in-elastic-container-images[Reducing CVEs in Elastic container images].
42+
43+
[source,terminal,subs="attributes"]
44+
----
45+
docker pull {dockerimage-wolfi}
46+
----
47+
3848
==== Optional: Verify the image
3949

4050
You can use the https://docs.sigstore.dev/cosign/installation/[Cosign application] to verify the {beatname_uc} Docker image signature.

0 commit comments

Comments
 (0)