-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs][Maps] Update EMS docs to point to the chainguard docker image #191663
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
@@ -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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bugfix, not directly related with the main change of the PR
@@ -214,7 +214,7 @@ These variables can be set with +docker-compose+ like this: | |||
---------------------------------------------------------- | |||
version: '2' | |||
services: | |||
{hosted-ems}: | |||
ems-server: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bugfix, not directly related with the main change of the PR
Pinging @elastic/kibana-presentation (Team:Presentation) |
💚 Build Succeeded
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
docs review
…lastic#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. (cherry picked from commit 96a3504)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… image (#191663) (#191698) # Backport This will backport the following commits from `main` to `8.15`: - [[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)](#191663) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jorge Sanz","email":"jorge.sanz@elastic.co"},"sourceCommit":{"committedDate":"2024-08-29T07:49:11Z","message":"[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)\n\n## Summary\r\n\r\nChange in our\r\n[documentation](https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server)\r\non how to set up Elastic Maps Server locally to move from the `-ubi8`\r\ndocker image to the new one based in the `chainguard-base` docker image.","sha":"96a35044d0d07cf2f7f4af5730395d998fe983c2","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","backport:prev-minor","Feature:Maps","v8.16.0"],"title":"[Docs][Maps] Update EMS docs to point to the chainguard docker image","number":191663,"url":"https://github.com/elastic/kibana/pull/191663","mergeCommit":{"message":"[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)\n\n## Summary\r\n\r\nChange in our\r\n[documentation](https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server)\r\non how to set up Elastic Maps Server locally to move from the `-ubi8`\r\ndocker image to the new one based in the `chainguard-base` docker image.","sha":"96a35044d0d07cf2f7f4af5730395d998fe983c2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191663","number":191663,"mergeCommit":{"message":"[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)\n\n## Summary\r\n\r\nChange in our\r\n[documentation](https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server)\r\non how to set up Elastic Maps Server locally to move from the `-ubi8`\r\ndocker image to the new one based in the `chainguard-base` docker image.","sha":"96a35044d0d07cf2f7f4af5730395d998fe983c2"}}]}] BACKPORT--> Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
Summary
Change in our documentation on how to set up Elastic Maps Server locally to move from the
-ubi8
docker image to the new one based in thechainguard-base
docker image.