Skip to content

Commit 6a25da9

Browse files
committed
Add wolfi documentation from 8.16 branch
1 parent 8793248 commit 6a25da9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/Versions.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
99

1010
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1111
:docker-image: {docker-repo}:{version}
12+
:docker-wolfi-image: {docker-repo}-wolfi:{version}
1213
:kib-docker-repo: docker.elastic.co/kibana/kibana
1314
:kib-docker-image: {kib-docker-repo}:{version}
1415
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/reference/setup/install/docker.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ docker pull {docker-image}
5555
// REVIEWED[DEC.10.24]
5656
--
5757

58+
Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior.
59+
[source,sh,subs="attributes"]
60+
----
61+
docker pull {docker-wolfi-image}
62+
----
63+
5864
. Optional: Install
5965
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
6066
environment. Then use Cosign to verify the {es} image's signature.

0 commit comments

Comments
 (0)