File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
x-pack/plugin/sql/qa/server/src/main/resources/docs Expand file tree Collapse file tree 3 files changed +8
-1
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.
Original file line number Diff line number Diff line change @@ -3353,7 +3353,7 @@ Alejandro
33533353Amabile
33543354Anoosh
33553355Basil
3356- Bojan
3356+ Brendon
33573357// end::filterToday
33583358;
33593359
You can’t perform that action at this time.
0 commit comments