Skip to content

Commit

Permalink
[DOCS] Add docker-verify-signature anchor to Docker docs (#99431)
Browse files Browse the repository at this point in the history
**Problem:**

Other Elastic doc sets ([Beats](https://www.elastic.co/guide/en/beats/auditbeat/current/running-on-docker.html), [APM](https://www.elastic.co/guide/en/apm/guide/current/running-on-docker.html)) link to the [Verify the Elasticsearch Docker image signature](https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docker.html#docker-verify-signature) section of the Docker docs. This section was removed as part of #99371. When we bump to the next version, this will create broken links and break the docs build.

**Solution:**
Re-add the anchor so we don't create broken links or break the docs build.

This commit was added to the backports of #99371:

- #99429
- #99430
  • Loading branch information
jrodewig authored Sep 11, 2023
1 parent c43f83d commit b364659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/setup/install/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ docker pull {docker-image}
https://docs.sigstore.dev/system_config/installation/[Cosign] for your
environment. Then use Cosign to verify the {es} image's signature.
+
[[docker-verify-signature]]
[source,sh,subs="attributes"]
----
wget https://artifacts.elastic.co/cosign.pub
Expand Down

0 comments on commit b364659

Please sign in to comment.