File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2
2
:beats-ref-all: https://www.elastic.co/guide/en/beats/libbeat
3
3
:dashboards: https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-{version}.zip
4
4
:dockerimage: docker.elastic.co/beats/{beatname_lc}:{version}
5
+ :dockerimage-wolfi: docker.elastic.co/beats/{beatname_lc}-wolfi:{version}
5
6
:dockerconfig: https://raw.githubusercontent.com/elastic/beats/{branch}/deploy/docker/{beatname_lc}.docker.yml
6
7
:downloads: https://artifacts.elastic.co/downloads/beats
7
8
:libbeat-processors-dir: {beats-root}/libbeat/processors
Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ https://www.docker.elastic.co[www.docker.elastic.co].
35
35
36
36
ifndef::apm-server[]
37
37
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
+
38
48
==== Optional: Verify the image
39
49
40
50
You can use the https://docs.sigstore.dev/cosign/installation/[Cosign application] to verify the {beatname_uc} Docker image signature.
You can’t perform that action at this time.
0 commit comments