Skip to content
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

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

jsanz
Copy link
Member

@jsanz jsanz commented Aug 28, 2024

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 the chainguard-base docker image.

Copy link
Contributor

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

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.

@jsanz jsanz added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas Feature:Maps release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (9.0) the previous minor version (i.e. one version back from main) labels Aug 28, 2024
@jsanz jsanz requested a review from a team August 28, 2024 16:50
@jsanz jsanz changed the title [Maps] Update EMS docs to point to the chainguard docker image [Docs][Maps] Update EMS docs to point to the chainguard docker image Aug 28, 2024
@@ -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:
Copy link
Member Author

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:
Copy link
Member Author

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

@jsanz jsanz marked this pull request as ready for review August 28, 2024 17:10
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@nickpeihl nickpeihl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

docs review

@jsanz jsanz merged commit 96a3504 into elastic:main Aug 29, 2024
15 checks passed
@jsanz jsanz deleted the maps/update-wolfi branch August 29, 2024 07:49
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 29, 2024
…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)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.15

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Aug 29, 2024
… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (9.0) the previous minor version (i.e. one version back from main) Feature:Maps release_note:skip Skip the PR/issue when compiling release notes Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v8.15.1 v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants