mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
port from https://github.com/elastic/elasticsearch/pull/118684
This commit is contained in:
parent
2b37ab7675
commit
ca58882352
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,7 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
|
||||||
|
|
||||||
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
|
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
|
||||||
:docker-image: {docker-repo}:{version}
|
:docker-image: {docker-repo}:{version}
|
||||||
|
:docker-wolfi-image: {docker-repo}-wolfi:{version}
|
||||||
:kib-docker-repo: docker.elastic.co/kibana/kibana
|
:kib-docker-repo: docker.elastic.co/kibana/kibana
|
||||||
:kib-docker-image: {kib-docker-repo}:{version}
|
:kib-docker-image: {kib-docker-repo}:{version}
|
||||||
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins
|
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins
|
||||||
|
|
|
@ -55,6 +55,12 @@ docker pull {docker-image}
|
||||||
// REVIEWED[DEC.10.24]
|
// REVIEWED[DEC.10.24]
|
||||||
--
|
--
|
||||||
|
|
||||||
|
Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior.
|
||||||
|
[source,sh,subs="attributes"]
|
||||||
|
----
|
||||||
|
docker pull {docker-wolfi-image}
|
||||||
|
----
|
||||||
|
|
||||||
. Optional: Install
|
. Optional: Install
|
||||||
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
|
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
|
||||||
environment. Then use Cosign to verify the {es} image's signature.
|
environment. Then use Cosign to verify the {es} image's signature.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue