Skip to content

Commit

Permalink
Add description of Wolfi container install image (#42268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilfoyle authored Jan 10, 2025
1 parent 653fc80 commit b138d8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/docs/shared-beats-attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:beats-ref-all: https://www.elastic.co/guide/en/beats/libbeat
:dashboards: https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-{version}.zip
:dockerimage: docker.elastic.co/beats/{beatname_lc}:{version}
:dockerimage-wolfi: docker.elastic.co/beats/{beatname_lc}-wolfi:{version}
:dockerconfig: https://raw.githubusercontent.com/elastic/beats/{branch}/deploy/docker/{beatname_lc}.docker.yml
:downloads: https://artifacts.elastic.co/downloads/beats
:libbeat-processors-dir: {beats-root}/libbeat/processors
Expand Down
10 changes: 10 additions & 0 deletions libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ https://www.docker.elastic.co[www.docker.elastic.co].

ifndef::apm-server[]

As another option, you can use the hardened link:https://wolfi.dev/[Wolfi] image.
Using Wolfi images requires Docker version 20.10.10 or higher.
For details about why the Wolfi images have been introduced, refer to our article
link:https://www.elastic.co/blog/reducing-cves-in-elastic-container-images[Reducing CVEs in Elastic container images].

[source,terminal,subs="attributes"]
----
docker pull {dockerimage-wolfi}
----

==== Optional: Verify the image

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

0 comments on commit b138d8c

Please sign in to comment.