Update docker.asciidoc

This commit is contained in:
Luca Wintergerst 2023-06-26 09:57:10 +02:00 committed by GitHub
parent c7c074756d
commit 46342ca4c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ docker pull {es-docker-image}
[source,sh,subs="attributes"]
----
wget https://artifacts.elastic.co/cosign.pub
cosign verify --key cosign.pub {docker-repo}:{version}
cosign verify --key cosign.pub {es-docker-image}
----
+
For details about this step, refer to {ref}/docker.html#docker-verify-signature[Verify the {es} Docker image signature] in the {es} documentation.