Skip to content

Commit

Permalink
Update the elastic-connectors docker namespace to integrations (#194537)
Browse files Browse the repository at this point in the history
## Summary

This PR updates the `elastic-connectors` docker namespace to
`integrations`

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
wangch079 and elasticmachine authored Nov 13, 2024
1 parent 20dd7f1 commit 9a33211
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 9a33211

Please sign in to comment.