File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5965https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
6066environment. Then use Cosign to verify the {es} image's signature.
You can’t perform that action at this time.
0 commit comments