[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)

## Summary

Change in our
[documentation](https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server)
on how to set up Elastic Maps Server locally to move from the `-ubi8`
docker image to the new one based in the `chainguard-base` docker image.
This commit is contained in:
Jorge Sanz 2024-08-29 09:49:11 +02:00 committed by GitHub
parent 7aa10d18dc
commit 96a35044d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
:ems: Elastic Maps Service
:ems-docker-repo: docker.elastic.co/elastic-maps-service/elastic-maps-server-ubi8
:ems-docker-image: {ems-docker-repo}:{version}
:ems-docker-repo: docker.elastic.co/elastic-maps-service/elastic-maps-server
:ems-docker-image: {ems-docker-repo}:{version}-amd64
:ems-headers-url: https://deployment-host
[[maps-connect-to-ems]]
@ -195,7 +195,7 @@ One way to configure {hosted-ems} is to provide `elastic-maps-server.yml` via bi
--------------------------------------------
version: '2'
services:
{hosted-ems}:
ems-server:
image: {ems-docker-image}
volumes:
- ./elastic-maps-server.yml:/usr/src/app/server/config/elastic-maps-server.yml
@ -214,7 +214,7 @@ These variables can be set with +docker-compose+ like this:
----------------------------------------------------------
version: '2'
services:
{hosted-ems}:
ems-server:
image: {ems-docker-image}
environment:
ELASTICSEARCH_HOST: http://elasticsearch.example.org