Skip to content

Commit

Permalink
[DOCS] Remove Cosign x-ref to ES book from Docker docs (#11629) (#11631)
Browse files Browse the repository at this point in the history
(cherry picked from commit c0e28dc)

Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and jrodewig authored Sep 11, 2023
1 parent 777f90f commit 9000d12
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,21 @@ docker pull {dockerimage}
. Verify the Docker image:
+
["source", "sh", subs="attributes"]
------------------------------------------------
----
wget https://artifacts.elastic.co/cosign.pub
cosign verify --key cosign.pub {dockerimage}:{version}
------------------------------------------------
cosign verify --key cosign.pub {dockerimage}
----
+
The `cosign` command prints the check results and the signature payload in JSON format:
+
For details about this step, refer to {ref}/docker.html#docker-verify-signature[Verify the {es} Docker image signature] in the {es} documentation.
[source,sh,subs="attributes"]
----
Verification for {dockerimage} --
The following checks were performed on each of these signatures:
- The cosign claims were validated
- Existence of the claims in the transparency log was verified offline
- The signatures were verified against the specified public key
----

endif::[]

Expand Down

0 comments on commit 9000d12

Please sign in to comment.