Skip to content

Commit

Permalink
[8.x] Update the elastic-connectors docker namespace to integrations (e…
Browse files Browse the repository at this point in the history
…lastic#194537) (elastic#200036)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Update the elastic-connectors docker namespace to integrations
(elastic#194537)](elastic#194537)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Chenhui
Wang","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-13T15:57:15Z","message":"Update
the elastic-connectors docker namespace to integrations (elastic#194537)\n\n##
Summary\r\n\r\nThis PR updates the `elastic-connectors` docker namespace
to\r\n`integrations`\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"9a33211acab2f6c7110498f53c4de33bb89cd59c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:version","v8.17.0","v8.16.1"],"title":"Update
the elastic-connectors docker namespace to
integrations","number":194537,"url":"https://github.com/elastic/kibana/pull/194537","mergeCommit":{"message":"Update
the elastic-connectors docker namespace to integrations (elastic#194537)\n\n##
Summary\r\n\r\nThis PR updates the `elastic-connectors` docker namespace
to\r\n`integrations`\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"9a33211acab2f6c7110498f53c4de33bb89cd59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194537","number":194537,"mergeCommit":{"message":"Update
the elastic-connectors docker namespace to integrations (elastic#194537)\n\n##
Summary\r\n\r\nThis PR updates the `elastic-connectors` docker namespace
to\r\n`integrations`\r\n\r\n### For maintainers\r\n\r\n- [ ] This was
checked for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Elastic Machine
<[email protected]>","sha":"9a33211acab2f6c7110498f53c4de33bb89cd59c"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Chenhui Wang <[email protected]>
  • Loading branch information
kibanamachine and wangch079 authored Nov 13, 2024
1 parent ecae27e commit 1b38ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export const getRunFromDockerSnippet = ({ version }: { version: string }) => `do
-v "$HOME/elastic-connectors:/config" \\
--tty \\
--rm \\
docker.elastic.co/enterprise-search/elastic-connectors:${version} \\
docker.elastic.co/integrations/elastic-connectors:${version} \\
/app/bin/elastic-ingest \\
-c /config/config.yml`;

0 comments on commit 1b38ec1

Please sign in to comment.